Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I retrieve the path to my documents folder
Message
De
14/07/2003 08:45:18
 
 
À
11/07/2003 19:30:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00797361
Message ID:
00809788
Vues:
55
I am not sure why it differs. To be certain you could run your own code test.

Something like
local lcDesktop
For n=1 to 17
    o = CreateObject('wscript.shell')
    if atc('desktop',(o.SpecialFolders(n)))>0
        lcDesktop=(o.SpecialFolders(n)))
    endif
endfor
? lcDesktop
I printed that list sent to you with this method on my machine
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform