Page 1 of 1

Files and Symbian

PostPosted: Aug 1, 2008 @ 12:57pm
by jonah
Hi All!


Symbian OS has a convuluted file structure, so I was wondering if someone could help answer a couple of my questions

Am I correct in assuming Resources (image files, epk etc..) are to be placed here "!:\private\Your UID Here\"

How would I load a file from this folder given "!:\private\Your UID Here\" may reside on the internal or external storage of the mobile device?


Regards,

Jonah Khan

PostPosted: Aug 4, 2008 @ 10:37am
by edge
Hi Jonah,

EDGELIB automatically determines the private path (including the drive). For example, if you're using file.Open("test.txt"), it will read it from your private path.