Back

ExtractAssets

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

app.ExtractAssets( source, destination, overwrite )

string - path to file or folder ( "/absolute/..." or "relative/..." )
boolean