| |
bburke
Posts: 1
Score: 0
Joined: 8/13/2001
From: USA
Status: offline
|
I'm trying to do this too using the following code: Set filesys = CreateObject("Scripting.FileSystemObject") Set filetxt = filesys.OpenTextFile("\\fileserver\fileshare\dateran.txt", ForReading, False) msg = filetxt.readline filetxt.Close I'm trying to point to the file on the network share. Ideally, it would be best if this could be done without mapping a drive and just using an UNC path. Is there a better way to do this?
|
|