UtilSystemNotificationNotifyFileRenamed Method
Notifies the system that a file 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 NotifyFileRenamed(
string oldFilePath,
string newFilePath
)
Public Shared Sub NotifyFileRenamed (
oldFilePath As String,
newFilePath As String
)
Dim oldFilePath As String
Dim newFilePath As String
UtilSystemNotification.NotifyFileRenamed(oldFilePath,
newFilePath)
public:
static void NotifyFileRenamed(
String^ oldFilePath,
String^ newFilePath
)
static member NotifyFileRenamed :
oldFilePath : string *
newFilePath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- oldFilePath String
-
The previous full path of the file that has been renamed.
- newFilePath String
-
The new full path of the file that has been renamed.
ArgumentNullException
|
oldFilePath or newFilePath
|