-
-
Notifications
You must be signed in to change notification settings - Fork 3
USTAR.EntryType
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
USTAR.EntryType
Protected Enum EntryType
File
Directory
Link
Symlink
Block
Character
FIFO
Unknown
These are the supported entry types when reading tape archives.
EntryType | Comment |
---|---|
File |
A regular file. |
Directory |
A regular directory. |
Link |
A hard link to a file or directory. |
Symlink |
A symbolic link to a file or directory. |
Block |
A block device file. |
Character |
A character device file. |
FIFO |
A first-in-first-out stream, such as a socket or a pipe. |
Unknown |
An unrecognized, unsupported, or invalid entry type. |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.