Source position: system.ioutils.pp line 59
type TFileAttributes = set of ( |
faNamedPipe, |
faCharacterDevice, |
faDirectory, |
faBlockDevice, |
faNormal, |
faSymLink, |
faSocket, |
faWhiteout, |
faOwnerRead, |
faOwnerWrite, |
faOwnerExecute, |
faGroupRead, |
faGroupWrite, |
faGroupExecute, |
faOthersRead, |
faOthersWrite, |
faOthersExecute, |
faUserIDExecution, |
faGroupIDExecution, |
faStickyBit |
); |