Complete set of permissions for file.
Source position: libtar.pp line 134
type TTarPermissions = set of ( |
||
tpReadByOwner, |
|
Owner can read the file. |
tpWriteByOwner, |
|
Owner can write the file. |
tpExecuteByOwner, |
|
Owner can execute the file. |
tpReadByGroup, |
|
Group can read the file. |
tpWriteByGroup, |
|
Group can write the file. |
tpExecuteByGroup, |
|
Group can execute the file. |
tpReadByOther, |
|
Other people can read the file. |
tpWriteByOther, |
|
Other people can write the file. |
tpExecuteByOther |
|
Other people can execute the file. |
); |
TTarPermissions describes the complete set of permissions that a file has. It is used in the Permissions field of the TTarDirRec record.
|
Tar Directory entry. |
|
|
File type. |
|
|
Full set of modes. |