Takes a string encoded with
EncodeDbf() and converts it back into a physical file. If the string contains a DBF with a memo the memo is also restored.
Used extensively in Web data transfers.
o.decodedbf(lcBuffer, lcDBF)
Return Value
.t. or .f.
Parameters
lcBuffer
Buffer of the file to decode. Must be a full DBF or DBF/FPT pair properly encoded by EncodeDbf.
lcDBF
The file to save to. The file will be written to disk with this name.
See also:
Class wwipstuff