Results 1 to 3 of 3

Thread: Invalid Pathname Issue in eVB

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2006
    Posts
    73

    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

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 2006
    Posts
    73

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width