wwApi::DecodeDbf
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.
o.DecodeDbf(lcBuffer, lcDbf)
.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
West Wind Web Connection