Свойство | Тип | Описание | |
---|---|---|---|
Mode | ZipArchiveMode | ||
ZipArchive | |||
ZipFilePath | String | ||
ZipStream | Stream |
Метод | Описание | |
---|---|---|
ZipFileSystem ( String ZipFilePath, ZipArchiveMode Mode ) : System |
|
Метод | Описание | |
---|---|---|
ImplCreateDirectory ( string Path, int Mode = 0777 ) : void |
|
|
ImplCreateSymLink ( string Pointer, string Pointee ) : void | ||
ImplDeleteDirectory ( string Path ) : void |
|
|
ImplDeleteFile ( string Path ) : void |
|
|
ImplFindFiles ( string Path ) : IEnumerable |
|
|
ImplGetFileInfo ( string Path ) : FileSystemEntry |
|
|
ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void |
|
|
ImplOpenFile ( string FileName, FileMode FileMode ) : FileSystemFileStream |
|
|
ImplSetFileTime ( string Path, FileSystemEntry FileTime ) : void |
|
Метод | Описание | |
---|---|---|
_ConvertFileSystemEntry ( |
|
protected ImplCreateDirectory ( string Path, int Mode = 0777 ) : void | ||
Path | string | |
Mode | int | |
Результат | void |
protected ImplCreateSymLink ( string Pointer, string Pointee ) : void | ||
Pointer | string | |
Pointee | string | |
Результат | void |
protected ImplDeleteDirectory ( string Path ) : void | ||
Path | string | |
Результат | void |
protected ImplDeleteFile ( string Path ) : void | ||
Path | string | |
Результат | void |
protected ImplFindFiles ( string Path ) : IEnumerable |
||
Path | string | |
Результат | IEnumerable |
protected ImplGetFileInfo ( string Path ) : FileSystemEntry | ||
Path | string | |
Результат | FileSystemEntry |
protected ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void | ||
ExistingFileName | string | |
NewFileName | string | |
ReplaceExisiting | bool | |
Результат | void |
protected ImplOpenFile ( string FileName, FileMode FileMode ) : FileSystemFileStream | ||
FileName | string | |
FileMode | FileMode | |
Результат | FileSystemFileStream |
protected ImplSetFileTime ( string Path, FileSystemEntry FileTime ) : void | ||
Path | string | |
FileTime | FileSystemEntry | |
Результат | void |
public ZipFileSystem ( String ZipFilePath, ZipArchiveMode Mode ) : System | ||
ZipFilePath | String | |
Mode | ZipArchiveMode | |
Результат | System |
protected ZipArchive,System.IO.Compression ZipArchive | ||
Результат |