HBPersistent() > Methods for saving an object |
Writes the persistent object data to a file.
:saveToFile( <cFileName> ) --> lSuccess
Method :saveToFile() creates the file <cFileName> and writes into it the binary data of the object executing the method. If the file exists already, it is overwritten. The save data can be copied back to an object using method :loadFromFile()
http://www.xHarbour.com