We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d455a commit 19ae203Copy full SHA for 19ae203
src/Environment.cs
@@ -100,7 +100,7 @@ public static string ExecutablePath
100
/// <returns>
101
/// The path to the application data directory based on the operating system.
102
/// </returns>
103
- public static string ApplicationDataDirectory(string appName = null)
+ public static string GetApplicationDataDirectory(string appName = null)
104
{
105
if (string.IsNullOrEmpty(appName))
106
0 commit comments