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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RenameFolder(
string oldFolderName,
string newFolderName
)
Parameters
- oldFolderName String
- Name of the existing folder.
- newFolderName String
- New name of the folder.
See Also