Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper.MemoryFolder Class / CurrentPath Property


In This Topic
CurrentPath Property
In This Topic
Gets or sets the current path.
Syntax
'Declaration
 
Public Property CurrentPath As String
 
'Usage
 
Dim instance As ZipHelper.MemoryFolder
Dim value As String
 
instance.CurrentPath = value
 
value = instance.CurrentPath

Property Value

The current path.
See Also