iOS Question folder in File.DirAssets

ilan

Expert
Licensed User
Longtime User
hi

can i add folders to File.DirAssets and read from them?

this seems not to work

B4X:
    kidstr = "kid1\run\"
    Log(File.Exists(File.DirAssets,kidstr))
    For i = 0 To run_anim.Length -1
        run_anim(i).Initialize(File.DirAssets, kidstr & "run" & (i+1) & ".png")
    Next

thanx. ilan
 
Top