[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents the type of entry found on the filesystem.
Source position: fpg_base.pas line 609
type TFileEntryType = ( |
||
etFile, |
|
Denotes a File type |
etDir |
|
Denotes a Directory type |
); |
|
A simple data object representing a file |