[ANN] win32-changejournal 0.1.0

D

Daniel Berger

Hi all,

The Win32 Utils team is happy to announce the first release of
win32-changejournal.

What is it?
===========
This is a Ruby interface for Windows change journals. A Change Journal
is a file based account of all changes to files and directories on the
NTFS file system. So long as you have an NTFS filesystem, this package
should be preferred over win32-changenotify.

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

# Indefinitely wait for a change in 'C:\' and any of its
# subdirectories. Print the file and action affected.

cj = ChangeJournal.new('C:\')
cj.wait{ |info|
p info.file_name
p info.action
}

Where is it?
============
It can be found on the RAA (as win32-cjournal) or on the Rubyforge
project page at http://www.rubyforge.org/projects/win32utils (where you
can also get a binary, if you prefer).

Many thanks go to Park Heesob for this release.

Regards,

The Win32 Utils Team

For more about Change Journals:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/change_journals.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] win32-security 0.1.0 0
[ANN] win32-changenotify 0.3.0 3
[ANN] win32-service 0.7.0 0
[ANN] win32-open3 0.1.0 0
[ANN] win32-dir 0.1.0 5
[ANN] win32-nio 0
[ANN] win32-api 1.0.0 0
[ANN] win32-mutex 0.1.0 0

Members online

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,111
Latest member
KetoBurn
Top