Change String to string to align more with overall style

This commit is contained in:
Aidan M 2024-07-05 12:13:31 +01:00
parent 2d72370c32
commit c8bce3a849

View File

@ -66,7 +66,7 @@ namespace Wabbajack
public static void OpenFolder(AbsolutePath path)
{
String folderPath = path.ToString();
string folderPath = path.ToString();
if (!folderPath.EndsWith(Path.DirectorySeparatorChar.ToString()))
{
folderPath += Path.DirectorySeparatorChar.ToString();