UtilSystemNotificationNotifyFileCreated Method
Notifies the system that a file has been created.
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 NotifyFileCreated(
string filePath
)
Public Shared Sub NotifyFileCreated (
filePath As String
)
Dim filePath As String
UtilSystemNotification.NotifyFileCreated(filePath)
public:
static void NotifyFileCreated(
String^ filePath
)
static member NotifyFileCreated :
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 that has been created.
ArgumentNullException
|
filePath
|