RFListFilesEx Method

This member of Class WaveLinkFile is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

Like the RFListFiles Method, the RFListFilesEx Method returns the total number of files saved on a device that match the input mask and stores the file names in the current object. In addition, it stores the date and time the file was last modified and its size.

Syntax

public int RFListFilesEx(String fileMask)
throws WaveLinkError,
IllegalArgumentException

Parameters

fileMask

The list file mask (for example, "*.*" returns all files while "*.ton" returns only tone files)

Throws

WaveLinkError

IllegalArgumentException

Returns

The number of files on the device that match the file mask

Remarks

Unlike the RFListFiles method, the RFListFilesEx method stores the complete DOS 8.3 file name in the WaveLinkFile Object.

Use the RFFileDate Method to return the last modification date of a file stored within the WaveLinkFile object.

Use the RFFileTime Method to return the last modification time of a file stored within the WaveLinkFile object.

Use the RFFileSize Method to return the size of a file stored within the WaveLinkFile object.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal