Skip to content
Quentin Rossetti edited this page Dec 4, 2018 · 3 revisions

Welcome to the node-7z wiki!

Commands

Command Arguments
Adds files to archive. Seven.add()
Deletes files from archive. Seven.delete()
Extracts files from an
archive to the current
directory or to the output
directory. This command copies
all extracted files to one
directory. Seven.extract()
Extracts files from an archive with their full paths in the current directory, or in an output directory if specified. Seven.extractFull()
Calculate hash values for files. Seven.hash()
Lists contents of archive. Seven.list()
Renames files in archive. Seven.rename()
Tests archive files. Seven.test()
Update older files in the archive and add files that are not already in the archive. Seven.update()
Clone this wiki locally