Structure DIRECTORY_INFOΒΆ
This structure contains information on a directory, which is read via function SysDirRead.
The components:
Variable | Data type | Description |
---|---|---|
ftTime | DIRFILETIME |
Structure with information on creation date, change date, access date |
dwSize | DWORD | Size of the directory entry (file) |
bDirectory | BOOL | TRUE, if entry is a directory; FALSE, if the entry is a file |