Function Run7zCommand

  • Run7zCommand(command: string, switches?: any): Promise<string>
  • You must have the 7z executable available in your PATH or in the same directory of your package.json file. On Debian and Ubuntu install the p7zip-full package. On Windows use the 7z.exe binary. On Mac OSX use Homebrew brew install p7zip

    Version

    1.0.0

    Since

    1.0.5

    Parameters

    • command: string
    • Optional switches: any

    Returns Promise<string>

Generated using TypeDoc