boolean RFStoreFile(BSTR pszFileName, BSTR pszFileData)
Function RFStoreFile(pszFileName As String, pszFileData As String) As Boolean
Stores in a WS Client file the supplied data (up to 1024).
Return value
True=successful, False=error, unable to create the file, RF link lost, etc.
Parameters
pszFileName
The name of the file in the Client to store the data.
pszFileData
The data to store in the file.
Remarks
up to 1024 characters.
Example
wsRfFile.RFStoreFile "File.txt", "WireLess Studio
Example"
sBuff = wsRfFile.RFGetFile("File.txt")