@rxmarccall,
No, images, sound files, etc. that you include in your original build are all found in the (default) path area:
system.ResourceDirectory
However, some apps need to create files or download and store files. Because you can’t write to the system.ResourceDirectory on a device (it is read-only), you need somewhere else to put files.
* system.DocumentsDirectory - A location for persistent (saved between app runs) data.
* system.TemporaryDirectory - A place for non-persistent (may be deleted when the app closes) data.
So, the question for you that still exists is, “Why can’t you read the data from the PNG file that is under system.ResourceDirectory?”
PS - I’m going to stop responding to this thread till I get a chance to debug my (similar) problem and give some feedback on error messages, etc.
Again, thanks for the support and the lib Danny. [import]uid: 110228 topic_id: 26389 reply_id: 132446[/import]