Hello I am converting an app from B4A with a folder structure with sequential filenames
File structure is as follows
dir assets
folder1
subfolder1
file1
file2
How do i address file1?
in B4a it is
file.dirAssets,"folder1/subfolder1/"&"file"&FileIndexVariable
I have tried many variations but nothing works.
Any help?
File structure is as follows
dir assets
folder1
subfolder1
file1
file2
How do i address file1?
in B4a it is
file.dirAssets,"folder1/subfolder1/"&"file"&FileIndexVariable
I have tried many variations but nothing works.
Any help?