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
sEntry
CAA.FILENAME
Name of directory or file
szSize
CAA.SIZE
File size
xDirectory
BOOL
Directory or file: TRUE: directory, FALSE: file
xExclusive
BOOL
Access mode on file: TRUE: exclusive access mode, FALSE: multiple access mode possible
dtLastModification
DT
Date and time of last modification, e.g. 2006-05-08-00:00:00