Table of Contents

ExtractAssets

(Information and examples taken from the DroidScript documentation)

Description

Copy content from one folder to another. If overwrite parameter is true, then existing files in destination folder will be overwritten.

app.ExtractAssets( src, dest, overwrite );

Example

app.ExtractAssets(app.GetAppPath() + "/Folder.zip","/sdcard/Folder.zip",true);