Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obtaining FAT equivalent from URL
Message
From
21/08/2002 03:08:15
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00691704
Message ID:
00691790
Views:
22
>I guess I'm still not sure what you need. Any URL points to a virtual directory if you are using IIS. For example, given you have:
>
>http://www.levelextreme.com/images/whatever.gif
>
>and "www.levelextreme.com" is the first web in your IIS configuration, you can use
>
>oRoot = GetObject("IIS://localhost/W3SVC/1/Root")
>? AddBS(oRoot.Path)+"\images\whatever.gif"
>
>to get the full path to the image providing the images is not another virtual directory.

Ok, I was confused because I don't have a virtual directory for the root. However, this will work. Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform