c# relative path to desktop code example
Example: path desktop c#
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData);
Environment.GetFolderPath(Environment.SpecialFolder.CommonProgramFiles);
Environment.GetFolderPath(Environment.SpecialFolder.Cookies);
Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);
Environment.GetFolderPath(Environment.SpecialFolder.Favorites);
Environment.GetFolderPath(Environment.SpecialFolder.History);
Environment.GetFolderPath(Environment.SpecialFolder.InternetCache);
Environment.GetFolderPath(Environment.SpecialFolder.MyComputer);
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
Environment.GetFolderPath(Environment.SpecialFolder.MyMusic);
Environment.GetFolderPath(Environment.SpecialFolder.MyPictures);
Environment.GetFolderPath(Environment.SpecialFolder.Personal);
Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles);
Environment.GetFolderPath(Environment.SpecialFolder.Programs);
Environment.GetFolderPath(Environment.SpecialFolder.Recent);
Environment.GetFolderPath(Environment.SpecialFolder.SendTo);
Environment.GetFolderPath(Environment.SpecialFolder.StartMenu);
Environment.GetFolderPath(Environment.SpecialFolder.Startup);
Environment.GetFolderPath(Environment.SpecialFolder.System);
Environment.GetFolderPath(Environment.SpecialFolder.Templates);