TIpClient() > File handling |
Writes data from a local file to the internet connection.
:writeFromFile( <cFileName> ) --> lSuccess
Method :writeFromFile() transmits the contents of an entire file <cFileName> from the local station to the server. Note that writing data requires a successful call to the :open() method for establishing the internet connection.
The method returns a logical value indicating success of the operation.
http://www.xHarbour.com