Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Watch directories for changes on Windows.
Watch changes on directories and get script triggered for changes.
See FSEvents functions for Mac.
Version | macOS | Windows | Linux | Server | iOS SDK |
7.1 / 7.4 | ❌ No | ✅ Yes | ❌ No | 🔶 50%, on Windows | ❌ No |
Item | Details |
---|---|
DirectoryWatcher.AddDirectory Adds a directory to watch. | Win only 7.1 |
DirectoryWatcher.ChangeCount Queries the change count. | Win only 7.1 |
DirectoryWatcher.Create Creates a new directory watcher. | Win only 7.1 |
DirectoryWatcher.GetEvaluate Queries the expression to evaluate. | Win only 7.1 |
DirectoryWatcher.GetFileName Returns the file name for the watcher. | Win only 7.1 |
DirectoryWatcher.GetScriptName Returns the script name for the watcher. | Win only 7.1 |
DirectoryWatcher.NextChange Queries next change in queue. | Win only 7.1 |
DirectoryWatcher.Release Releases directory watcher. | Win only 7.1 |
DirectoryWatcher.ReleaseAll Releases all directory watchers. | Win only 7.4 |
DirectoryWatcher.SetEvaluate Sets the expression to evaluate. | Win only 7.1 |
DirectoryWatcher.SetFileName Sets the file name for watcher. | Win only 7.1 |
DirectoryWatcher.SetScriptName Sets the script name for watcher. | Win only 7.1 |
12 functions.
Feedback: Report problem or ask question.