UtilSystemNotificationNotifyDirectoryRenamed Method

Notifies the system that a directory has been renamed.

Definition

Namespace: DevCase.Core.Windows.Common
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 NotifyDirectoryRenamed(
	string oldDirectoryPath,
	string newDirectoryPath
)

Parameters

oldDirectoryPath  String
The previous full path of the directory that has been renamed.
newDirectoryPath  String
The new full path of the directory that has been renamed.

Exceptions

ArgumentNullException oldDirectoryPath or newDirectoryPath

See Also