v0.94 pre-release import hot fix
This commit is contained in:
@@ -28,10 +28,10 @@
|
|||||||
|
|
||||||
Property Path As String
|
Property Path As String
|
||||||
Set(value As String)
|
Set(value As String)
|
||||||
sPath = mgrPath.ReverseSpecialPaths(value)
|
sPath = value
|
||||||
End Set
|
End Set
|
||||||
Get
|
Get
|
||||||
Return mgrPath.ReplaceSpecialPaths(sPath)
|
Return mgrPath.ReverseSpecialPaths(sPath)
|
||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user