[Index]
events:file
Watch for a file and fire an event if/when it exists. A service such
as file-watch is required to do the actual watching.
Property Summary
| file |
The full path of the file to be watched. |
| fileWatch |
The service that provides the file watching ability. |
Example Summary
Property Detail
file
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | Yes. |
The full path of the file to be watched.
fileWatch
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | Yes. |
The service that provides the file watching ability.
Examples
Example 1
See file-watch.
(c) R Gordon Ltd 2005 - Present