Path for storage card on device.

litterbox99

Member
Licensed User
What is the 'path' for the storage card on my device (HTC Titan) ?

I need to change the path in the following
line(s) to move from the IDE to the device.

FileSearch(phrase,"C:\Documents and Settings\winxp user\My Documents","*.txt")

FileOpen(c,"C:\Documents and Settings\winxp user\My Documents\"& value,cRead)

I've placed a folder on my storage card called "\phrases"
This is where I'm going to keep simple .txt files for my app.

Thanks !
 

litterbox99

Member
Licensed User
Cool, that worked !

I compiled the example GetStorageCards and
ran it on my device.

Path was \Storage Card.

Thank You.
 
Top