|
Previous Top Next |
Same as ITFileQueue except Size is re-declared. Cannot be used with DIRECTORY
ITFileQueueLS QUEUE,PRE(ITDLS),TYPE
Name STRING(FILE:MaxFileName)
ShortName STRING(13)
Date LONG
Time LONG
Size DECIMAL(15,0)
Attrib BYTE
FullName CString(2049)
DirRef Long
END
The Files property is an instance of ITFileQueueLS and it is used in the ScanFiles method to store file information. The Size field in the queue is assigned with GetFileSize which support file sizes that are larger than 2GB which is the limit with DIRECTORY.
See also: