RFFileCount Method

This member of RFFile Object is supported on iOS, Windows Mobile, Windows CE, Palm, and DOS.

The RFFileCount method returns the total number of files returned by the last successful call to the RFListFiles method.

VB

nFiles = object.RFFileCount ()

VC++

HRESULT hr = object->RFFileCount(short *nFiles);

Return Value

nFiles

The number of files returned by the last call to RFListFiles.

Remarks

The RFFileCount method will return the file count from the last successful call to the RFListFiles Method. Use the RFListFiles method to return the total number of files that are currently stored on an RF device.

Example

See the RFFile Samples.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal