ArchiveWriter.addFileFrom
void addFileFrom(string archivePath, string filesystemPath,
EntryWriteOptions opts = EntryWriteOptions.init)Add a file entry from the filesystem.
Parameters
archivePath | Path within the archive. |
filesystemPath | Path to the file on disk. |
opts | Per-entry write options. |