Convert a set of permissions to a string.
Source position: libtar.pp line 246
function PermissionString( |
Permissions: TTarPermissions |
):string; |
Permissions |
|
Set of permissions. |
String representation of Permissions.
PermissionString can be used to convert a set of Permissions to a string in the same format as used by the UNIX 'ls' command.
|
Complete set of permissions for file. |