Hi,
I need initialize a bitmap with a file in a sub folder of DirAssets.
I use this code:
but I have this response:
Error opening stream: The operation couldn’t be completed. No such file or directory
My file exist.
What Happens?
Ths
Marco
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")
Error opening stream: The operation couldn’t be completed. No such file or directory
My file exist.
What Happens?
Ths
Marco