public UpdateItem ( string itemName ) : void | ||
itemName | string | /// the path to the file or directory to be added or updated. /// |
return | void |
This is useful when the application is not sure or does not care if the item to be added is a file or directory, and does not know or does not care if the item already exists in the ZipFile
. Calling this method is equivalent to calling RemoveEntry()
if an entry by the same name already exists, followed calling by AddItem()
.
For ZipFile
properties including Encryption, ZipEntry
added.
public UpdateItem ( string itemName ) : void | ||
itemName | string | /// the path to the file or directory to be added or updated. /// |
return | void |