OBJECTS 

Object RFFILE

Description

File manipulation in the WS Client.
The filenames are stored in an array to be accessed by the user application.
The array may be reduced (only name) or extended (name, date, time and size).

How To

List all files in the client

Get the size of a file

Delete a known file

Store and retrieve some data in a file

Upload and download data files to/from client

Declaration

Public wsRfFile As New RFFILE

Methods

Files Array
Client Files
Storing and getting data
File Transfer
Errors
Reference

Files Array

RFListFiles * Builds a reduced filename array with the contents of the WS Client memory.
RFListFilesEx * Builds an extended filename array with the contents of the WS Client memory.
RFFileCount The number of files in the filename array (reduced or extended).
RFFileName The name of the file in the reduced or extended filename array.
RFFileSize The size of a file in the extended filename array.
RFFileDate The date of a file in the extended filename array.
RFFileTime The time of a file in the extended filename array.

Client Files

RFDeleteFile * Deletes a file in the WS Client.

Storing and getting data

RFGetFile * Gets the contents of the Client file as an string (up to 1024).
RFStoreFile * Stores the supplied data in a WS Client file (up to 1024).

File Transfer

RFTransferFile * Sends or receives a file to / from the WS Client.

Errors

RFGetLastError Returns the status of WireLess Studio link.

Reference

RFDeleteFile * Deletes a file in the WS Client.
RFFileCount The number of files in the filename array (reduced or extended).
RFFileDate The date of a file in the extended filename array.
RFFileName The name of the file in the reduced filename array.
RFFileSize The size of a file in the extended filename array.
RFFileTime The time of a file in the extended filename array.
RFGetFile * Gets the contents of the Client file as an string (up to 1024).
RFGetLastError Returns the status of WireLess Studio link.
RFListFiles * Builds a reduced filename array with the contents of the WS Client memory.
RFListFilesEx * Builds an extended filename array with the contents of the WS Client memory.
RFStoreFile * Stores the supplied data in a WS Client file.
RFTransferFile * Sends or receives a file to / from the WS Client.