Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntry Class / FileName Property

In This Topic
    FileName Property (C1ZipEntry)
    In This Topic
    Gets the entry name. This is usually a file name, optionally including a path.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FileName As String
    public string FileName {get;}
    See Also