Default constructor for ArchiveDirectories. Used to create the root archive. Note: Do not use without a subsequent call to *at least* .path = "path".
Constructs a new ArchiveDirectory with the given path name.
Alias for referencing the correct Directory class in the Policy.
Alias for referencing the correct File class in the Policy.
opApply method used for directory iteration.
opApply method used for file iteration.
opApply method for member iteration.
Subdirectories in this directory. Allows access to directories during manual recursion of the Directory structure.
Files in this directory. Allows access to files during manual recursion of the Directory structure.
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"
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.
Gets the path of this member.
Sets the path of this member. Warning: Do not use this property while this member is currently part of an archive.
Base class for archive directories. Provides common subdirectory and file management.