UtilSystemNotificationNotifyUpdateDirectory Method
Notifies the system that the contents of an existing folder have changed but the folder still exists and has not 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 NotifyUpdateDirectory(
string directoryPath
)
Public Shared Sub NotifyUpdateDirectory (
directoryPath As String
)
Dim directoryPath As String
UtilSystemNotification.NotifyUpdateDirectory(directoryPath)
public:
static void NotifyUpdateDirectory(
String^ directoryPath
)
static member NotifyUpdateDirectory :
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 chaged.
ArgumentNullException
|
directoryPath
|