Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to point to hard drive
Message
From
05/08/1999 22:10:36
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00250043
Message ID:
00250526
Views:
15
>Assign a virtual directory to your file folder on drive G. Your URL should point to the virtual directory.

Hi and thanks for responding...

Here is what I have:

path = "http://999.999.999.999/logfiles/"
Set file_obj = CreateObject("Scripting.FileSystemObject")
Set folder = file_obj.GetFolder(path)

Obviously, I have the path pointing to my correct IP address and not the one listed above. I have created a virtual directory in IIS 4 pointing to the directory listed in the path.

On the "Set folder = file_obj.GetFolder(path)" command I get a path not found error.

Any ideas as to what I might look for...

TIA
Michael
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform