This member of Class WaveLinkFile is supported on Windows Mobile, Windows CE, Palm, and DOS.
The RFFileTime Method returns the time that the specified file was last modified.
Syntax
public String RFFileTime(int fileIndex)
Parameters
FileIndex |
The zero-based index value of the file on the device |
Returns
The time the file was last modified, returned in "HHMMSS" format
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.
You must use the RFListFilesEx Method to store the additional file time information within the WaveLinkFile object.
Use the RFFileDate Method to return the date a file was last modified.
Use the RFFileSize Method to return the size of file.
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other