L litterbox99 Member Licensed User Jun 20, 2010 #1 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 !
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 !
Erel B4X founder Staff member Licensed User Longtime User Jun 20, 2010 #2 It is usually something like \sdcard. For a more robust solution you can use Hardware.GetStorageCards.
It is usually something like \sdcard. For a more robust solution you can use Hardware.GetStorageCards.
L litterbox99 Member Licensed User Jun 20, 2010 #3 Cool, that worked ! I compiled the example GetStorageCards and ran it on my device. Path was \Storage Card. Thank You.
Cool, that worked ! I compiled the example GetStorageCards and ran it on my device. Path was \Storage Card. Thank You.