Gets or sets the new name for the currently processes file or directory.
If the currently selected action is set to Rename, this property has to be set; otherwise it is ignored.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public Property NewName As String Get Set |
| C# |
|---|
public string NewName { get; set; } |