archive ~master (2020-03-04T23:56:38Z)
Dub
Repo
TarPolicy.DirectoryImpl
archive
tar
TarPolicy
Class for directories
class
TarPolicy
static
class
DirectoryImpl : ArchiveDirectory!(TarPolicy) {
this
();
this
(string path);
this
(string[] path);
uint
permissions
;
ulong
modificationTime
;
string
owner
;
string
group
;
}
Constructors
this
this
()
Undocumented in source.
this
this
(string path)
Undocumented in source.
this
this
(string[] path)
Undocumented in source.
Members
Variables
group
string
group
;
Undocumented in source.
modificationTime
ulong
modificationTime
;
Undocumented in source.
owner
string
owner
;
Undocumented in source.
permissions
uint
permissions
;
Undocumented in source.
Meta
Source
See Implementation
archive
tar
TarPolicy
classes
DirectoryImpl
FileImpl
static functions
deserialize
serialize
static variables
hasProperties
isReadOnly
Class for directories