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

In This Topic
    FileName Property (C1ZipEntry)
    In This Topic
    エントリ名を取得します。通常、これはファイル名で、オプションでパスが含まれます。
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FileName As String
    public string FileName {get;}
    See Also