File type.
Source position: libtar.pp line 137
type TFileType = ( |
||
ftNormal, |
|
Normal file. |
ftLink, |
|
Hard link. |
ftSymbolicLink, |
|
Symbolic link. |
ftCharacter, |
|
Character device file. |
ftBlock, |
|
Block device file. |
ftDirectory, |
|
Directory. |
ftFifo, |
|
FIFO file. |
ftContiguous, |
|
Contiguous file. |
ftDumpDir, |
|
List of files. |
ftMultiVolume, |
|
Multi-volume file part. |
ftVolumeHeader |
|
Volume header, can appear only as first entry in the archive. |
); |
TFileType describes the file type of a file in the archive. It is used in the FileType field of the TTarDirRec record.
|
Tar Directory entry. |
|
|
Complete set of permissions for file. |
|
|
Full set of modes. |