I'm new to B4A. I have been trying it out by writing an app to replace one I wrote in VB6. It's been fun playing with B4A. My app works great in debug mode, but when I compile for release then run it the app throws an error when it tries to access the same directory.
The code failing:
songlist=File.ListFiles("/storage/extSdCard/lscpr/music")
I'm planning to get the full version if I can get my app to work. Is this a limitation of the free version?
TIA
Mike
The code failing:
songlist=File.ListFiles("/storage/extSdCard/lscpr/music")
I'm planning to get the full version if I can get my app to work. Is this a limitation of the free version?
TIA
Mike