ST_DirListEntry - General Information
Type: |
Data structure |
Available as of: |
SystemInterface_1.32.6.0 |
Support for: |
oFC_DirListEntryGet |
Versions: |
Current version |
Variable |
Data type |
Description |
---|---|---|
sFileName |
STRING[255] |
The name of the file |
diFileSize |
DINT |
The size of the file in bytes |
diFileType |
DINT |
Is the found entry a directory or a file? Two predefined constants: o0 => File o1 => Directory |
diFileAttribute |
DINT |
Attributes of the file, for example, access attribute (write protection disabled or enabled) |
dtFileDate |
DATE_AND_TIME |
Date and time of the last modification |