Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting full path of a folder (directory)
Message
De
03/06/2003 10:14:35
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00795602
Message ID:
00795656
Vues:
13
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform