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

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