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 ab9449e commit 6f12b8dCopy full SHA for 6f12b8d
RegexDialog/Utils/PathUtils.cs
@@ -24,7 +24,7 @@ public static string AppDataRoamingPath
24
{
25
get
26
27
- return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "RegexDialog");
+ return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "CSharpRegexTools4Npp");
28
}
29
30
@@ -35,7 +35,7 @@ public static string AppDataLocalPath
35
36
37
38
- return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "RegexDialog");
+ return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "CSharpRegexTools4Npp");
39
40
41
0 commit comments