Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting full path of a folder (directory)
Message
From
03/06/2003 10:14:35
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00795602
Message ID:
00795656
Views:
12
>You can use the Shell.Application for this, but you'll have to parse the path. For example
#DEFINE COOKIES 0x21
>oShell = CREATEOBJECT("Shell.Application")
>oFolder = oShell.Namespace(COOKIES)
>? oFolder.Title
>oParent = oFolder.ParentFolder
>? oParent.Title
>oParent = oParent.ParentFolder
>? oParent.Title
That is, you can rely on this only if your default browser is internet explorer.

Other browsers keep their cookies in a different location, and in a different format. They are free to do so, because they are not under obligation to be integrated into the OS.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform