Skip to content

makeArchive

makeArchive(_baseName: string, _format: string, _rootDir: string): string

Defined in: packages/pythonlib/src/shutil.node.ts:318

Create an archive file from a directory.

Not implemented - requires external tools (tar, zip).

Parameters

ParameterType
_baseNamestring
_formatstring
_rootDirstring

Returns

string

Path to the created archive