Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetSpecialFolder API
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00420012
Message ID:
00420180
Vues:
23
>>>They will be in a minute. :-) I looked there first.
>>
>>I figured as much. Not that it's of any interest, but I'm not sure if you can get stuff like the Desktop folder and others that the WScript.Shell object can get. Those actually require two separate function calls.
>
>Not common to all Win32 implementations:

Ed,

Actually, lnkfiles.dll uses:

SHGetSpecialFolderLocation(hOwner, CSIDL_DESKTOPDIRECTORY, &ppidl);
SHGetPathFromIDList(ppidl, lpbuffer);

to get things like the Desktop (in the above example).
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform