fswRemovePath()

The function removes a path from the monitoring of the FileSystemWatcher.

Synopsis

int fswRemovePath(string path);

Parameters

Parameter Description
path Path to be removed

Return value

Returns 0 if the path was successfully removed and -1 in case of an error.

Error

Possible errors are:

  • Path/file does not exist

Description

The function removes the path from the monitoring of the FileSystemWatcher.

Assignment

Miscellaneous functions

Availability

UI, CTRL