| ZipFileInfo Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.IO.Zip
 Syntax
Syntaxpublic class ZipFileInfo : FileInfo
The ZipFileInfo type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ZipFileInfo | 
            Initializes new instance of FileInfo.
             | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | mSystemInfo | 
            System.IO file info object corresponding to this file
            (Inherited from FileInfo.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Attributes | 
            File attributes.
            (Overrides FileInfoAttributes.) | 
|  | CreationTime | 
            Creation date of file.
            (Overrides FileInfoCreationTime.) | 
|  | Directory | 
            Directory of file.
            (Overrides FileInfoDirectory.) | 
|  | DirectoryName | 
            Directory name.
            (Overrides FileInfoDirectoryName.) | 
|  | Exists | 
            If file exists.
            (Overrides FileInfoExists.) | 
|  | Extension | 
            File extension.
            (Overrides FileInfoExtension.) | 
|  | FullName | 
            Full name of file (with whole path).
            (Overrides FileInfoFullName.) | 
|  | IsReadOnly | 
             If is read only.
            (Overrides FileInfoIsReadOnly.) | 
|  | LastAccessTime | 
            Creation date of file.
            (Overrides FileInfoLastAccessTime.) | 
|  | LastWriteTime | 
            Last write time to file.
            (Overrides FileInfoLastWriteTime.) | 
|  | Length | 
            Length of file.
            (Overrides FileInfoLength.) | 
|  | Name | 
            File name of file (without path).
            (Overrides FileInfoName.) | 
|  | SystemInfo | 
            System file info
            (Overrides FileInfoSystemInfo.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CopyTo(String) | 
            Copies current file to destination. 
            (Inherited from FileInfo.) | 
|  | CopyTo(String, Boolean) | 
            Copies current file to destination. 
            (Inherited from FileInfo.) | 
|  | CopyToInternal | 
            Copies current file to destination. 
            (Overrides FileInfoCopyToInternal(String, Boolean).) | 
|  | CreateText | 
            Creates or opens a file for writing UTF-8 encoded text.
            (Inherited from FileInfo.) | 
|  | CreateTextInternal | 
            Creates or opens a file for writing UTF-8 encoded text.
            (Overrides FileInfoCreateTextInternal.) | 
|  | Delete | 
            Deletes file.
            (Inherited from FileInfo.) | 
|  | DeleteInternal | 
            Deletes file.
            (Overrides FileInfoDeleteInternal.) | 
|  | MoveTo | 
            Moves an existing file to a new file.
            (Inherited from FileInfo.) | 
|  | MoveToInternal | 
            Copies an existing file to a new file, allowing the overwriting of an existing file.
            (Overrides FileInfoMoveToInternal(String).) | 
|  | OpenRead | 
            Creates a read-only ICMSFileStream.
            (Inherited from FileInfo.) | 
|  | OpenReadInternal | 
            Opens file for reading.
            (Overrides FileInfoOpenReadInternal.) | 
|  | OpenText | 
            Creates a StreamReader with UTF8 encoding that reads from an existing text file.
            (Inherited from FileInfo.) | 
|  | OpenTextInternal | 
            Creates a StreamReader with UTF8 encoding that reads from an existing text file.
            (Overrides FileInfoOpenTextInternal.) | 
|  | ToString | 
            Converts current info to string.
            (Overrides ObjectToString.) | 
 See Also
See Also