PDA

Click to See Complete Forum and Search --> : Invalid Pathname Issue in eVB


longwar
May 22nd, 2006, 04:43 AM
Hi all,
i have some problem in indicating the pathway of some files that my eVB program needs. suppose i need to reference a text file in the directory "Windows" in my PDA. i made the following code

strContactList = "\Windows\ContactList.txt"

but the PDA give me error. and state that it is of invalid pathname. can someone pls help me in this. thks in advance.

longwar

si_the_geek
May 22nd, 2006, 07:50 AM
After a comparison with my eVB code, that should be fine.

What is the actual code you are using?

Does that file exist on the device?

longwar
May 22nd, 2006, 10:27 PM
hi "si the geek",
thks for replying, i got it solved. i didnt realise that the filename is case sensitive. anyway, appreciate your help.

longwar