Click or drag to resize

ZippedFileInfo class

Information for a file in the archive: Path, size, timestamp and flag IsDirectory.
Inheritance hierarchy
SystemObject
  NetEti.FileTools.ZipZippedFileInfo

Namespace: NetEti.FileTools.Zip
Assembly: NetEti.ZipAccess (in NetEti.ZipAccess.dll) Version: 1.0.0+90532d84a01ea1dad6525ec1859a76670aba8306
Syntax
public class ZippedFileInfo

The ZippedFileInfo Type exposes the following members.

Constructors
 NameDescription of the
Public MethodZippedFileInfo Standard constructor.
Back to the top
Properties
 NameDescription of the
Public PropertyFilePath File name and path of the file in the archive.
Public PropertyIsDirectory If true, this is a directory.
Public PropertyLastWriteTime Timestamp of the file in the archive.
Public PropertySize Size of the file in the archive.
Back to the top
Methods
 NameDescription of the
Public MethodToString Overwritten ToString method.
(Overwrites ObjectToString)
Back to the top
See also