mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Change String
to string
to align more with overall style
This commit is contained in:
parent
2d72370c32
commit
c8bce3a849
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user