v2.1.0
Rework Archive::make()
addFile()
takes two parameters now: theoutputPath
inside archive andpathToFile
on diskis removedaddFiles()
addDirectory()
takes two parameters now:relativeTo
path inside archive and thepath
of directory on the disk- If the
path
is/path/to/dir
andrelativeTo
is./dir
, the directory will be added to archive asdir/
- If the
is removedaddDirectories()