Results 1 to 2 of 2

Thread: Anybody who knows how to get files from a network drive???

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 1999
    Posts
    1

    Post

    Please, can somebody help me. I need to read filesnames from a network drive that is NOT mapped so I can only use the following format:
    //computername/drivename/directoryname/filename.txt

    or I have to map it from the code. I want to do this with vbscript. Getfolder etc seem not to work for some strange reason.

    Thanks,
    Marja

  2. #2
    Guest

    Post

    It will work, you can use something like
    \\server\directory

    sFile = Dir("\\server\directory\*.*")

    etc


    -Azzmodan

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