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
| Parameter | Type |
|---|---|
_baseName | string |
_format | string |
_rootDir | string |
Returns
string
Path to the created archive