![]() |
Qore fsevent Module
..
|
Constants providing mappings and descriptions for Filesystem Event Constants. More...
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. | |
Constants providing mappings and descriptions for Filesystem Event Constants.