Back

UnzipFile

Hello World

Extracts the contents of a zip file to a given target folder.

app.UnzipFile( source, destination )

See Also: ZipFolder, ZipFile

Example - Unzip File

function OnStart()
{
    app.UnzipFile( "yourfile.zip", "/sdcard/Extracted" );
}
    Copy     Copy All       Run      
string: path to file or folder ( “/absolute/...” or “relative/...” )