Qore fsevent Module ..
Loading...
Searching...
No Matches
Filesystem Event Constants

Variables

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.
 

Detailed Description

Constants used for action value in the AbstractFsWatcher::event() method

See also
Filesystem Event Other Supporting Constants