Click or drag to resize
ZipFileInfo Properties

The ZipFileInfo type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
File attributes.
(Overrides FileInfoAttributes.)
Public propertyCreationTime
Creation date of file.
(Overrides FileInfoCreationTime.)
Public propertyDirectory
Directory of file.
(Overrides FileInfoDirectory.)
Public propertyDirectoryName
Directory name.
(Overrides FileInfoDirectoryName.)
Public propertyExists
If file exists.
(Overrides FileInfoExists.)
Public propertyExtension
File extension.
(Overrides FileInfoExtension.)
Public propertyFullName
Full name of file (with whole path).
(Overrides FileInfoFullName.)
Public propertyIsReadOnly
If is read only.
(Overrides FileInfoIsReadOnly.)
Public propertyLastAccessTime
Creation date of file.
(Overrides FileInfoLastAccessTime.)
Public propertyLastWriteTime
Last write time to file.
(Overrides FileInfoLastWriteTime.)
Public propertyLength
Length of file.
(Overrides FileInfoLength.)
Public propertyName
File name of file (without path).
(Overrides FileInfoName.)
Public propertySystemInfo
System file info
(Overrides FileInfoSystemInfo.)
Top
See Also