Skip to content

Instantly share code, notes, and snippets.

@uzbekdev1
Created August 3, 2021 20:35
Show Gist options
  • Save uzbekdev1/618448200cbbdb651c50361cdfed71cd to your computer and use it in GitHub Desktop.
Save uzbekdev1/618448200cbbdb651c50361cdfed71cd to your computer and use it in GitHub Desktop.
C# get system root folder
Environment.GetFolderPath(Environment.SpecialFolder.System).Replace("system32", "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment