| ZipDirectoryInfo Methods |
The ZipDirectoryInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateSubdirectory |
Creates subdirectory.
(Inherited from DirectoryInfo.) | |
| CreateSubdirectoryInternal |
Creates subdirectory.
(Overrides DirectoryInfoCreateSubdirectoryInternal(String).) | |
| Delete |
Deletes directory.
(Inherited from DirectoryInfo.) | |
| DeleteInternal |
Deletes directory.
(Overrides DirectoryInfoDeleteInternal.) | |
| GetDirectories |
Returns the subdirectories of the current directory.
(Inherited from DirectoryInfo.) | |
| GetDirectories(String) |
Returns the subdirectories of the current directory.
(Inherited from DirectoryInfo.) | |
| GetDirectories(String, SearchOption) |
Returns an array of directories in the current DirectoryInfo matching the given search criteria and using a value
to determine whether to search subdirectories.
(Inherited from DirectoryInfo.) | |
| GetDirectoriesInternal |
Returns the subdirectories of the current directory.
(Overrides DirectoryInfoGetDirectoriesInternal(String, SearchOption).) | |
| GetFiles |
Returns a file list from the current directory.
(Inherited from DirectoryInfo.) | |
| GetFiles(String) |
Returns a file list from the current directory.
(Inherited from DirectoryInfo.) | |
| GetFiles(String, SearchOption) |
Returns a file list from the current directory.
(Inherited from DirectoryInfo.) | |
| GetFilesInternal |
Returns a file list from the current directory.
(Overrides DirectoryInfoGetFilesInternal(String, SearchOption).) | |
| RegisterDirectory |
Registers the subdirectory within the directory
| |
| RegisterFile |
Registers the file within the directory
|