iOS Question Using a subfolder of DirAssets

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Hi,
I need initialize a bitmap with a file in a sub folder of DirAssets.
I use this code:
B4X:
pic0.initialize(File.DirAssets & "/icone/","icpiu.png")
but I have this response:

Error opening stream: The operation couldn’t be completed. No such file or directory

My file exist.

upload_2015-7-13_8-51-18.png



What Happens?
Ths
Marco
 
Top