stefanoa Active Member Licensed User Longtime User Aug 1, 2013 #1 hi, i need to copy entirely a local subfolder (files/mlbicons) containing about 50 icons on device, in a subfolder of File.DirDefaultExternal or File.DirInternal (ex. sdcard/nomeapp/Android/data/xxxx.nomeapp/files/mlbicons). what's the best solution? thanks
hi, i need to copy entirely a local subfolder (files/mlbicons) containing about 50 icons on device, in a subfolder of File.DirDefaultExternal or File.DirInternal (ex. sdcard/nomeapp/Android/data/xxxx.nomeapp/files/mlbicons). what's the best solution? thanks
K KPmaster Member Licensed User Longtime User Aug 1, 2013 #2 Hi stefanoa, ListFiles would be useful? Take a look here: http://www.b4x.com/android/help/files.html#file_listfiles Using it you could read the filenames, then you could copy to your target folder using the Copy function. Upvote 0
Hi stefanoa, ListFiles would be useful? Take a look here: http://www.b4x.com/android/help/files.html#file_listfiles Using it you could read the filenames, then you could copy to your target folder using the Copy function.