Transfer images from Assets in apk to newly created directory on the installing mobile

Everything in the following block works, except the File.Copy. Not sure the correct path of the Assets in the apk. Please advise.

Screenshot (27)

Just posting a sentence and a picture is not how you ask a question. Please read this:

1 Like

see the documentation File - Kodular Docs
@Kodular: please add some more information how to use that method similar to the Delete method

to access the assets, you have to use two slashes like this //myFile.jpg
you can’t use wildcards… to copy multiple files, use a for each in list loop
see also this thread about some solutions to get a list of the files in the assets

Taifun

Thank you Tiafun. The original file did not work, but your extension worked.

Truly Appreciated.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.