RAA - win32-change/0.1.0

win32-change / 0.1.0

Short description: Monitor file and directory events on Win32
Category: Library/Win32
Status: beta
Created: 2004-05-15 01:52:49 GMT
Last update: 2004-05-15 01:52:49 GMT
Owner: Daniel J. Berger (Projects of this owner)
Homepage: http://rubyforge.org/projects/win32utils/
Download: http://rubyforge.org/frs/download.php/625/win32-changenotify-0.1.0.zip
License: Ruby's
Dependency:
Requires: win32-ipc/0.1.0(*) Base class for Win32 synchronization objects
(*): newer version exists
Description:

A class for monitoring events related to files and directories.

Synopsis
========
require "win32/changenotify"
include Win32

cn = ChangeNotify.new('C:\some\path\', true, FILE_NAME | DIR_NAME)
cn.wait

Versions: [0.5.1 (2009-08-21)] [0.5.0 (2007-08-10)] [0.4.2 (2006-11-24)] [0.4.0 (2005-04-21)] [0.3.1 (2005-02-04)] [0.3.0 (2005-01-25)] [0.2.0 (2004-07-18)] [0.1.0 (2004-05-15)]

Edit this project (for project owner)

back to RAA top