Back

ExtractAssets

ExtractAssets allows to copy folders and files of the apk and paste it to a given destination.

  app.ExtractAssets( source, destination, overwrite )

when override is false, already existant files will be kept and not overridden.


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