Editor Scripting API
Lens Scripting API
Guide Docs
Preparing search index...
Editor Scripting
Editor
Compression
Zip
Class Zip
Module to zip and unzip files.
Index
Methods
pack
unpack
Methods
Static
pack
pack
(
src
:
Path
,
destFile
:
Path
)
:
void
Pack files into a zip.
Parameters
src
:
Path
destFile
:
Path
Returns
void
Static
unpack
unpack
(
src
:
Path
,
destDir
:
Path
)
:
void
Beta
Unpack the zip file.
Parameters
src
:
Path
destDir
:
Path
Returns
void
Settings
Member Visibility
Inherited
Private
Theme
OS
Light
Dark
On This Page
Methods
pack
unpack
Lens Scripting API
Guide Docs
Editor Scripting API
Loading...
Module to zip and unzip files.