UtilSystemNotificationNotifyDirectoryAttributesChanged Method
Notifies the system that the attributes of a directory have changed.
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 NotifyDirectoryAttributesChanged(
string directoryPath
)
Public Shared Sub NotifyDirectoryAttributesChanged (
directoryPath As String
)
Dim directoryPath As String
UtilSystemNotification.NotifyDirectoryAttributesChanged(directoryPath)
public:
static void NotifyDirectoryAttributesChanged(
String^ directoryPath
)
static member NotifyDirectoryAttributesChanged :
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 on which its attributes has chaged.
ArgumentNullException
|
directoryPath
|