Property | Type | Description | |
---|---|---|---|
Mode | ZipArchiveMode | ||
ZipArchive | |||
ZipFilePath | String | ||
ZipStream | Stream |
Method | Description | |
---|---|---|
ZipFileSystem ( String ZipFilePath, ZipArchiveMode Mode ) : System |
|
Method | Description | |
---|---|---|
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 |
|
Method | Description | |
---|---|---|
_ConvertFileSystemEntry ( |
|
protected ImplCreateDirectory ( string Path, int Mode = 0777 ) : void | ||
Path | string | |
Mode | int | |
return | void |
protected ImplCreateSymLink ( string Pointer, string Pointee ) : void | ||
Pointer | string | |
Pointee | string | |
return | void |
protected ImplDeleteDirectory ( string Path ) : void | ||
Path | string | |
return | void |
protected ImplDeleteFile ( string Path ) : void | ||
Path | string | |
return | void |
protected ImplFindFiles ( string Path ) : IEnumerable |
||
Path | string | |
return | IEnumerable |
protected ImplGetFileInfo ( string Path ) : FileSystemEntry | ||
Path | string | |
return | FileSystemEntry |
protected ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void | ||
ExistingFileName | string | |
NewFileName | string | |
ReplaceExisiting | bool | |
return | void |
protected ImplOpenFile ( string FileName, FileMode FileMode ) : FileSystemFileStream | ||
FileName | string | |
FileMode | FileMode | |
return | FileSystemFileStream |
protected ImplSetFileTime ( string Path, FileSystemEntry FileTime ) : void | ||
Path | string | |
FileTime | FileSystemEntry | |
return | void |
public ZipFileSystem ( String ZipFilePath, ZipArchiveMode Mode ) : System | ||
ZipFilePath | String | |
Mode | ZipArchiveMode | |
return | System |
protected ZipArchive,System.IO.Compression ZipArchive | ||
return |