This member of Class WaveLinkFile is supported on Windows Mobile, Windows CE, Palm, and DOS.
The RFFileSize Method returns the exact size of the specified file.
Syntax
public long RFFileSize(int fileIndex)
Parameters
fileIndex |
The zero-based index value of the file on the device |
Returns
The size of the file in bytes
Remarks
The first file in the list is indexed as zero. For example, to return the file size for the third file in the current WaveLinkFile Object, you pass a 2.
Use the RFFileSize Method instead of the RFListFiles Method to store the additional file size information within the WaveLinkFile object.
Use the RFFileDate Method to return the date a file was last modified.
Use the RFFileTime Method to return the time a file was last modified.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other