Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get path to the current desktop
Message
 
À
29/09/2006 00:04:37
Suhas Hegde
Dental Surgeon
Sirsi, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
01158045
Message ID:
01158060
Vues:
22
Hi Suhas!
You can use WScript.Shell:
LOCAL loWSShell as WScript.Shell,lcSSFolder
loWSShell = CreateObject("WScript.Shell")   
lcSSFolder=ADDBS(loWSShell.SpecialFolders("Desktop"))
? lcSSFolder
WBR,
Juri
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform