Renames file fromFile to file toFile.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- fromFile
- Type: System String
Name of existing file to roll.
- toFile
- Type: System String
New name for file.
Remarks
Renames file fromFile to file toFile. It also checks for existence of target file and deletes if it does.
See Also