Comment obtenir le chemin du bureau pour l'utilisateur actuel en C# ?
Comment obtenir le chemin du bureau pour l'utilisateur actuel en C# ?
Comment obtenir le chemin du bureau pour l'utilisateur actuel en C# ?
Re: Comment obtenir le chemin du bureau pour l'utilisateur actuel en C# ?
```
string path = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
```
string path = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
```