Results 1 to 2 of 2

Thread: remote files over network

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2002
    Location
    South West UK
    Posts
    245

    remote files over network

    I am running on a company network NT system and i am looking for my application to be stored on the users area of the network but i need the reference files to be stored on another area of the network (not accessable to the user through Explorer). Does anyone have a code snippet of how to reference files accross a network???

    example:

    need app to open up and read text files from....

    Ip address = 10.10.10.10

    Root of file = Test/listing/acme/guess

    File name = testtext.txt

    Any help really appreciated.
    A lowly programmer.

    http://www.sentinalgroup.com

  2. #2
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176
    Try Using Path as

    "\\" & computername & "\Test/listing/acme/guess\testtext.txt"
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

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