[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazglib2.pas line 309
type TGFileTest = set of ( |
||
TGFileTestIdxMinValue = 0, |
|
|
G_FILE_TEST_IS_REGULAR = 0, |
|
|
G_FILE_TEST_IS_SYMLINK = 1, |
|
|
G_FILE_TEST_IS_DIR = 2, |
|
|
G_FILE_TEST_IS_EXECUTABLE = 3, |
|
|
G_FILE_TEST_EXISTS = 4, |
|
|
TGFileTestIdxMaxValue = 31 |
|
|
); |