User Tools

Site Tools


built_in:extract_assets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

built_in:extract_assets [2015/03/21 12:52]
madlyr created
built_in:extract_assets [2016/03/23 01:45]
Line 1: Line 1:
-=====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. 
- 
-<code>app.ExtractAssets( src, dest, overwrite );</code> 
- 
----- 
- 
-====Example==== 
- 
-<code javascript> 
-<code>app.ExtractAssets(app.GetAppPath() + "/Folder.zip","/sdcard/Folder.zip",true); 
-</code> 
built_in/extract_assets.txt ยท Last modified: 2016/03/23 01:45 (external edit)