UtilSystemNotificationNotifyDirectoryDeleted Method
Notifies the system that a directory has been deleted.
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 NotifyDirectoryDeleted(
string directoryPath
)
Public Shared Sub NotifyDirectoryDeleted (
directoryPath As String
)
Dim directoryPath As String
UtilSystemNotification.NotifyDirectoryDeleted(directoryPath)
public:
static void NotifyDirectoryDeleted(
String^ directoryPath
)
static member NotifyDirectoryDeleted :
directoryPath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- directoryPath String
-
The full path of the directory that has been deleted.
ArgumentNullException
|
directoryPath
|