Method Filesystem.Monitor.basic()->release()
- Method release
void release(string path, MonitorFlags|void flags)
- Description
Release a path from monitoring.
- Parameter path
Path to stop monitoring.
- Parameter flags
0 Don't recurse.
1 Release the entire subtree.
3 Release the entire subtree, but only those paths that were added automatically by a recursive monitor.
- See also