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

Variables

const Qore::FsEvents::ACTION_MAP
 A helper map of int - string representation of the file action.
 
const Qore::FsEvents::ACTION_RMAP
 A helper map of string - int representation of the file action.
 
const Qore::FsEvents::ST_ADD = "ADD"
 String representation of ADD.
 
const Qore::FsEvents::ST_DELETE = "DELETE"
 String representation of DELETE.
 
const Qore::FsEvents::ST_MODIFIED = "MODIFIED"
 String representation of MODIFIED.
 
const Qore::FsEvents::ST_MOVED = "MOVED"
 String representation of MOVED.
 

Detailed Description

Constants providing mappings and descriptions for Filesystem Event Constants