| ZipStorageFileName Property |
Gets the file name (incl. path) of the ZIP archive.
Namespace: DigitalRune.StoragesAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public string FileName { get; }
Public ReadOnly Property FileName As String
Get
public:
property String^ FileName {
String^ get ();
}
member FileName : string with get
Property Value
Type:
StringThe file name (incl. path) of the ZIP archive.
See Also