Click or drag to resize

ProjectFoldersRenameFolder Method

Rename a folder to a new name. This is done by renaming all items contained in the folder and its subfolders to a new name starting with the new folder name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RenameFolder(
	string oldFolderName,
	string newFolderName
)

Parameters

oldFolderName  String
Name of the existing folder.
newFolderName  String
New name of the folder.
See Also