TarPolicy.FileImpl

Class for files

Constructors

this
this()
Undocumented in source.
this
this(string path)
Undocumented in source.
this
this(string[] path)
Undocumented in source.

Members

Properties

data
immutable(ubyte)[] data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
data
immutable(ubyte)[] data [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
data
string data [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

group
string group;
Undocumented in source.
linkName
string linkName;
Undocumented in source.
modificationTime
ulong modificationTime;
Undocumented in source.
owner
string owner;
Undocumented in source.
permissions
uint permissions;
Undocumented in source.
typeFlag
TarTypeFlag typeFlag;
Undocumented in source.

Inherited Members

From ArchiveMember

_path
string _path;
Undocumented in source.
isDirectory
bool isDirectory [@property getter]
isFile
bool isFile [@property getter]
name
string name [@property getter]

Gets the final element in the path of this member. e.g. for the path "a/b/c/e/fg.txt" the result is "fg.txt"

name
string name [@property setter]

Sets the final element in the path of this member. e.g. for the path "a/b/c/e/fg.txt" the changed path part will be "fg.txt" Warning: Do not use this property while this member is currently part of an archive.

path
string path [@property getter]

Gets the path of this member.

path
string path [@property setter]

Sets the path of this member. Warning: Do not use this property while this member is currently part of an archive.

Meta