FileWatcher QML Type
File system change monitor. More...
| Import Statement: | import FluentUI.impl 1.0 |
Properties
- path : string
Signals
- void fileChanged()
Detailed Description
The FileWatcher type monitors a file or directory for changes and emits a signal when modifications are detected. It wraps the underlying Qt file system watcher for use in QML.
Property Documentation
path : string
The path to the file or directory being monitored.
Signal Documentation
void fileChanged()
Emitted when the monitored file or directory is modified, renamed, or deleted.
Note: The corresponding handler is onFileChanged.