public UpdateDirectory ( string directoryName ) : |
||
directoryName | string | /// The path to the directory to be added to the zip archive, or updated in /// the zip archive. /// |
return |
AddDirectory()
. If the specified directory already exists in the archive, then this method updates any existing entries, and adds any new entries. Any entries that are in the zip archive but not in the specified directory, are left alone. In other words, the contents of the zip file will be a union of the previous contents and the new files.
public UpdateDirectory ( string directoryName ) : |
||
directoryName | string | /// The path to the directory to be added to the zip archive, or updated in /// the zip archive. /// |
return |