RFFILE.RFGetFile 

BSTR RFGetFile(BSTR pszFileName)

Function RFGetFile(pszFileName As String) As String

Gets the contents of the Client file as a string (up to 1024).

Return value
The data stored in the client file.

Parameters

pszFileName
    The name of the file that contains the data in the Client.

Remarks
up to 1024 characters.

Example
wsRfFile.RFStoreFile "File.txt", "WireLess Studio Example"
sBuff = wsRfFile.RFGetFile("File.txt")

See also    RFFILE, RFStoreFile