Method | Description | |
---|---|---|
BuildZipFile ( string updatesDirectory, string folderName, |
Builds the zip file.
|
|
UpdateDirectory ( string directory, string updatesDirectory, string folderName, bool createLogFile ) : void |
Updates the directory.
|
|
UpdateFile ( |
Updates the file.
|
|
UpdateZip ( string zipName, string updatesDirectory, string folderName, bool createLogFile ) : void |
Updates the zip.
|
|
ZipperService ( IFileSystem fileSystem ) : System.Collections.ObjectModel |
Initializes a new instance of the ZipperService class.
|
public BuildZipFile ( string updatesDirectory, string folderName, |
||
updatesDirectory | string | The updates directory. |
folderName | string | Name of the folder. |
zipArchive | The zip archive. | |
zipArchiveEntry | The zip archive entry. | |
return | void |
public UpdateDirectory ( string directory, string updatesDirectory, string folderName, bool createLogFile ) : void | ||
directory | string | The directory. |
updatesDirectory | string | The updates directory. |
folderName | string | Name of the folder. |
createLogFile | bool | if set to |
return | void |
public UpdateFile ( |
||
zipArchive | The zip archive. | |
zipArchiveEntry | The zip archive entry. | |
fullName | string | The full name. |
newFilePath | string | The new file path. |
return | void |
public UpdateZip ( string zipName, string updatesDirectory, string folderName, bool createLogFile ) : void | ||
zipName | string | Name of the zip. |
updatesDirectory | string | The updates directory. |
folderName | string | Name of the folder. |
createLogFile | bool | if set to |
return | void |
public ZipperService ( IFileSystem fileSystem ) : System.Collections.ObjectModel | ||
fileSystem | IFileSystem | The file system. |
return | System.Collections.ObjectModel |