Variables d’environnement

De Banane Atomic
Aller à la navigationAller à la recherche
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