Method | Description | |
---|---|---|
AddDirectory ( string directoryPath ) : void |
Adds a directory, along with all files and subdirectories
|
|
AddTopLevelFile ( string path ) : void | ||
BloomZipFile ( string path ) : System.IO | ||
Save ( ) : void |
Method | Description | |
---|---|---|
AddDirectory ( string directoryPath, int dirNameOffest ) : void | ||
AddFile ( string path, string entryName ) : void |
public AddDirectory ( string directoryPath ) : void | ||
directoryPath | string | The directory to add recursively |
return | void |
public AddTopLevelFile ( string path ) : void | ||
path | string | |
return | void |
public BloomZipFile ( string path ) : System.IO | ||
path | string | |
return | System.IO |