long RFFileSize(short nDex)
BSTR RFFileDate(short nDex)
BSTR RFFileTime(short nDex)
Function RFFileSize(nDex As Integer) As Long
The size of a file in the extended filename array.
Function RFFileDate(nDex As Integer) As String
The date of a file in the extended filename array.
Function RFFileTime(nDex As Integer) As String
The time of a file in the extended filename array.
Return value
The size, the date or the time of the file indicated by the index.
Parameters
nDex
Index in the name array (0 based).
Remarks
nDex must be smaller than RFFileCount().
Example
See also RFFILE, RFFileCount