Created
August 3, 2021 20:35
-
-
Save uzbekdev1/618448200cbbdb651c50361cdfed71cd to your computer and use it in GitHub Desktop.
C# get system root folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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