UtilSystemNotificationNotifyDirectoryRenamed Method
Notifies the system that a directory has been renamed.
Namespace: DevCase.Core.Windows.CommonAssembly: 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
)
Public Shared Sub NotifyDirectoryRenamed (
oldDirectoryPath As String,
newDirectoryPath As String
)
Dim oldDirectoryPath As String
Dim newDirectoryPath As String
UtilSystemNotification.NotifyDirectoryRenamed(oldDirectoryPath,
newDirectoryPath)
public:
static void NotifyDirectoryRenamed(
String^ oldDirectoryPath,
String^ newDirectoryPath
)
static member NotifyDirectoryRenamed :
oldDirectoryPath : string *
newDirectoryPath : string -> unit
No code example is currently available or this language may not be supported.
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.
ArgumentNullException
|
oldDirectoryPath or newDirectoryPath
|