Archive.removeFile

Removes a file from the archive.

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

Return Value

Type: bool

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

Meta