Hi all,
My sys admin create a subdirectory for me in Apache server.
I can view my file on the website when I type this url on the web browser,
but then, when I run a vbscript to access this file I got the error message that the "Error #53 file not found"..
the command i used,
Dim myfile
myfile = "//domain/mydir/mytext.txt" - in the Mainscriptobject
OpenNamedListFile(MainScriptObject.myfile) <-- This is where the error occurred.
anyone knows what's happening? Do I need to setup something or what?
Thanks.
My sys admin create a subdirectory for me in Apache server.
I can view my file on the website when I type this url on the web browser,
but then, when I run a vbscript to access this file I got the error message that the "Error #53 file not found"..
the command i used,
Dim myfile
myfile = "//domain/mydir/mytext.txt" - in the Mainscriptobject
OpenNamedListFile(MainScriptObject.myfile) <-- This is where the error occurred.
anyone knows what's happening? Do I need to setup something or what?
Thanks.