Fixed Game Manager save path browse when using an unresolved path

This commit is contained in:
Michael J. Seiferling
2019-03-09 16:47:43 -06:00
parent 04f6521035
commit ce8b0ffaf7
+1 -1
View File
@@ -409,7 +409,7 @@ Public Class frmGameManager
Private Sub SavePathBrowse()
Dim sDefaultFolder As String = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)
Dim sCurrentPath As String = txtSavePath.Text
Dim sCurrentPath As String = mgrPath.ReplaceSpecialPaths(txtSavePath.Text)
Dim sNewPath As String
If txtSavePath.Text <> String.Empty Then