ExtractAssets allows to extract folders and files from your compiled APK to the local storage.

app.ExtractAssets( source, destination, overwrite=false, options? )

But it works for local DroidScript projects as well. When override is false, already existant files will be kept and not overridden.

Example - Extract File click to expand contents 

Example - Extract Folder click to expand contents