Метод | Описание | |
---|---|---|
AddDirectory ( string directoryPath ) : void |
Adds a directory, along with all files and subdirectories
|
|
AddTopLevelFile ( string path ) : void | ||
BloomZipFile ( string path ) : System.IO | ||
Save ( ) : void |
Метод | Описание | |
---|---|---|
AddDirectory ( string directoryPath, int dirNameOffest ) : void | ||
AddFile ( string path, string entryName ) : void |
public AddDirectory ( string directoryPath ) : void | ||
directoryPath | string | The directory to add recursively |
Результат | void |
public AddTopLevelFile ( string path ) : void | ||
path | string | |
Результат | void |
public BloomZipFile ( string path ) : System.IO | ||
path | string | |
Результат | System.IO |