Skip to content

Commit 19ae203

Browse files
committed
Rename ApplicationDataDirectory to GetApplicationDataDirectory
1 parent f9d455a commit 19ae203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Environment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static string ExecutablePath
100100
/// <returns>
101101
/// The path to the application data directory based on the operating system.
102102
/// </returns>
103-
public static string ApplicationDataDirectory(string appName = null)
103+
public static string GetApplicationDataDirectory(string appName = null)
104104
{
105105
if (string.IsNullOrEmpty(appName))
106106
{

0 commit comments

Comments
 (0)