« Variables d’environnement » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications
 
(Aucune différence)

Dernière version du 13 octobre 2014 à 11:51

Csharp.svg
Environment.SpecialFolder.Personal; // Mes Documents

Environment.CurrentDirectory; // Répertoire courant

Environment.UserName;
Environment.UserDomainName;
WindowsIdentity.GetCurrent().Name; // Domain\UserName

Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData); // C:\Users\xxx\AppData\Local