Finished converting ExploreForm.cs to use new GTA folder code

This commit is contained in:
PNWParksFan
2018-02-18 01:20:39 -08:00
Unverified
parent 7756580817
commit 5dff45a54d
3 changed files with 28 additions and 65 deletions
+3
View File
@@ -87,5 +87,8 @@ namespace CodeWalker
return false;
}
public static string GetCurrentGTAFolderWithTrailingSlash() =>CurrentGTAFolder.EndsWith(@"\") ? CurrentGTAFolder : CurrentGTAFolder + @"\";
}
}