|
|
const | Qore::FsEvents::ADD = qore(efsw::Actions::Add) |
| | File added.
|
| |
|
const | Qore::FsEvents::DELETE = qore(efsw::Actions::Delete) |
| | File deleted.
|
| |
|
const | Qore::FsEvents::MODIFIED = qore(efsw::Actions::Modified) |
| | File modified.
|
| |
|
const | Qore::FsEvents::MOVED = qore(efsw::Actions::Moved) |
| | File moved.
|
| |
Constants used for action value in the AbstractFsWatcher::event() method
- See also
- Filesystem Event Other Supporting Constants