Invalid Pathname Issue in eVB
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
Re: Invalid Pathname Issue in eVB
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?
Re: Invalid Pathname Issue in eVB
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