Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to point to hard drive
Message
 
 
To
05/08/1999 22:10:36
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00250043
Message ID:
00250579
Views:
18
>>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

I've always used fully qualified paths with the file system object:

C:\files\...

For the HREF links use the virtual path.
Michael McLain
Previous
Reply
Map
View

Click here to load this message in the networking platform