Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
win32-changejournal 0.1.0
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Daniel Berger  
View profile  
 More options Feb 13 2005, 10:30 am
Newsgroups: comp.lang.ruby
From: "Daniel Berger" <djber...@hotmail.com>
Date: 13 Feb 2005 07:30:50 -0800
Local: Sun, Feb 13 2005 10:30 am
Subject: [ANN] win32-changejournal 0.1.0
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/file...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google