I am definitely doing something wrong here and am now simply running around in circles. Keep in mind I'm an old bag.
Am using active picture object and am developing for Android on Win 11.
For some reason I can't get the images to show on both the PC and Android.
All images are added in the Binary Data section with full path to the directory on my PC. I simply selected them and added them there.
___________________________________________
Following will only show on Android.
First frame File object creates a directory:
Create directory > DataStorageDirectory$( "Android object" ) + "\" + "bytiny"
With this the images will show on Android but not on the PC.
Second frame File object sets Current directory to:
CurrentDirectory$( "textFile" ) + "\bytiny\"
___________________________________________
For images to show on PC I need to have File object point to the images directory on my PC which obviously will not work on Android.
Please tell me what I'm doing wrong and point me in the right direction.