Spread Windows Forms 17
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
    public string CurrentPath {get; set;}

    Property Value

    The current path.
    See Also