UtilDirectoryRename Method

Renames a directory.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void Rename(
	string sourceDirPath,
	string targetDirName
)

Parameters

sourceDirPath  String
The source directory path.
targetDirName  String
The target directory name.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

Exceptions

DirectoryNotFoundException Source directory not found.

See Also