UtilSystemNotificationNotifyFreespaceChanged Method
Notifies the system that amount of free space on a drive has 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 NotifyFreespaceChanged(
string driveRootPath
)
Public Shared Sub NotifyFreespaceChanged (
driveRootPath As String
)
Dim driveRootPath As String
UtilSystemNotification.NotifyFreespaceChanged(driveRootPath)
public:
static void NotifyFreespaceChanged(
String^ driveRootPath
)
static member NotifyFreespaceChanged :
driveRootPath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- driveRootPath String
-
The root path of the drive on which the free space changed.
ArgumentNullException
|
driveRootPath
|