We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8e5a3 commit 143698aCopy full SHA for 143698a
Cirilla.Core.Test/Utility.cs
@@ -7,7 +7,7 @@ namespace Cirilla.Core.Test
7
{
8
public static class Utility
9
10
- public static string GetFullPath(string path) => Path.Join(Settings.MHWExtractedDataRoot, path);
+ public static string GetFullPath(string path) => Path.Combine(Settings.MHWExtractedDataRoot, path);
11
12
public static bool CheckFilesAreSame(string path1, string path2)
13
0 commit comments