Hi
Is there any pre-defined module available in ruby to monitor a given
directory.
monitoring in the sense,
* When ever a new file is created or removed inside that
directory
* When ever a new directory is created or removed inside that
directory
Likewise , is there any standard module available in ruby to monitor a
file growth
···
--
Posted via http://www.ruby-forum.com/.
$ sudo gem install directory_watcher file-tail
http://file-tail.rubyforge.org/
HTH
Sean
···
On Sat, Mar 21, 2009 at 7:08 AM, Loga Ganesan <loganathan_gpt@yahoo.co.in> wrote:
Hi
Is there any pre-defined module available in ruby to monitor a given
directory.
monitoring in the sense,
* When ever a new file is created or removed inside that
directory
* When ever a new directory is created or removed inside that
directory
Likewise , is there any standard module available in ruby to monitor a
file growth