UtilSystemNotificationNotifyFileAttributesChanged Method
Notifies the system that the attributes of a file 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 NotifyFileAttributesChanged(
string filePath
)
Public Shared Sub NotifyFileAttributesChanged (
filePath As String
)
Dim filePath As String
UtilSystemNotification.NotifyFileAttributesChanged(filePath)
public:
static void NotifyFileAttributesChanged(
String^ filePath
)
static member NotifyFileAttributesChanged :
filePath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- filePath String
-
The full path of the file on which its attributes has chaged.
ArgumentNullException
|
filePath
|