Archive.removeDirectory

Removes a directory (and all contained files and directories) from the archive.

class Archive(T, Filter = NullArchiveFilter)
bool
removeDirectory
(
string path
)

Return Value

Type: bool

true if the directory was removed, false if it did not exist.

Meta