TarEntryInfo
Undocumented
-
Name of the file or directory.
Declaration
Swift
public let name: String? -
Size of the data associated with the entry.
Declaration
Swift
public let size: Int? -
Undocumented
-
The most recent access time of the original file or directory (PAX only).
Declaration
Swift
public let accessTime: Date? -
The creation time of the original file or directory (PAX only).
Declaration
Swift
public let creationTime: Date? -
The most recent modification time of the original file or directory.
Declaration
Swift
public let modificationTime: Date? -
Undocumented
-
Owner’s ID.
Declaration
Swift
public let ownerID: Int? -
Owner’s group ID.
Declaration
Swift
public let groupID: Int? -
Owner’s user name.
Declaration
Swift
public let ownerUserName: String? -
Owner’s group name.
Declaration
Swift
public let ownerGroupName: String? -
Undocumented
-
Undocumented
-
Name of the character set used to encode entry’s data (PAX only).
Declaration
Swift
public let charset: String? -
Comment associated with the entry (PAX only).
Declaration
Swift
public let comment: String?
-
Path to a linked file for symbolic link entry.
Declaration
Swift
public let linkName: String?
View on GitHub
TarEntryInfo Structure Reference