v0.94 pre-release import hot fix

This commit is contained in:
Michael J. Seiferling
2015-11-17 11:33:23 -06:00
parent aba6ed1462
commit 2744aa7cbc
+2 -2
View File
@@ -28,10 +28,10 @@
Property Path As String
Set(value As String)
sPath = mgrPath.ReverseSpecialPaths(value)
sPath = value
End Set
Get
Return mgrPath.ReplaceSpecialPaths(sPath)
Return mgrPath.ReverseSpecialPaths(sPath)
End Get
End Property