RenamePair Class

Summary

A pair or old- and new name for the RenameCommand.
Namespace
Cake.SevenZip.Arguments
Base Types
  • object
graph BT Type-->Base0["object"] Type["RenamePair"] class Type type-node

Syntax

public class RenamePair

Properties

Name Value Summary
NewFile FilePath?
Gets or sets the new name.
OldFile FilePath?
Gets or sets the old name. (i.e. The file to be renamed.)
GitHub Discussion