[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set type used to store TFileStateCacheItemFlag enumeration values.
Source position: lazfilecache.pas line 32
type TFileStateCacheItemFlags = set of ( |
||
fsciExists, |
|
File or directory exists. |
fsciDirectory, |
|
File exists and is a directory. |
fsciReadable, |
|
File is readable. |
fsciWritable, |
|
File is writable. |
fsciDirectoryReadable, |
|
File is a directory and can be searched. |
fsciDirectoryWritable, |
|
File is a directory and allows new files to be created. |
fsciText, |
|
File is a text (not an executable binary) file. |
fsciExecutable, |
|
File is an executable binary file. |
fsciAge, |
|
file age is valid. |
fsciPhysical |
|
Physical file name for the file is valid. |
); |
|
Represents flag values used for files or directories in the state caching mechanism. |
|
|
Contains status flags for the cached file or directory item. |
|
|
Implements a state caching mechanism for files and directories. |
Version 4.0 | Generated 2025-05-03 | Home |