| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
File permissions
Source position: libtar.pp line 115
type TTarPermission = (  | 
||
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  | 
);  | 
TTarPermission denotes part of a files permission as it stored in the .tar archive. Each of these enumerated constants correspond with one of the permission bits from a UNIX file permission.
  | 
Complete set of permissions for file  | 
|
  | 
Tar mode  | 
|
  | 
Full set of modes  |