RenamePair.

OldFile Property

Summary

Gets or sets the old name. (i.e. The file to be renamed.)
Namespace
Cake.SevenZip.Arguments
Containing Type
RenamePair

Syntax

public FilePath? OldFile { get; set; }

Value

Type Description
FilePath? The old name.
GitHub Discussion