Condition Symbol :file_touched Type: Poll
Trigger when a specified file is touched.
Paramaters
Required +path+ is the path to the file to watch.
Examples
Trigger if 'tmp/restart.txt' file is touched (from a Watch):
on.condition(:file_touched) do |c| c.path = 'tmp/restart.txt' end
Generated with the Darkfish Rdoc Generator 2.