Archive.extract

void extract(string destDir) @safe
  • Extracts the archive contents to the specified directory.
  • All files and directories from the archive are restored to destDir,
  • preserving the original directory structure. *

    Parameters