FILE_DIR_ENTRY (STRUCT)¶
TYPE FILE_DIR_ENTRY : STRUCT
This data structure holds information of a directory entry. It is filled by FILE.DirList for every entry in the open directory by sequential call.
- InOut:
Name
Type
Comment
sEntryCAA.FILENAMEName of directory or file
szSizeCAA.SIZEFile size
xDirectoryBOOLDirectory or file: TRUE: directory, FALSE: file
xExclusiveBOOLAccess mode on file: TRUE: exclusive access mode, FALSE: multiple access mode possible
dtLastModificationDTDate and time of last modification, e.g. 2006-05-08-00:00:00