[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] win32-file-stat

Daniel Berger

4/14/2006 2:11:00 PM

Hi all,

The Win32Utils team is happy to announce the first release of
win32-file-stat.

What is it?
===========
A pure Ruby File::Stat class tailored to MS Windows. It provides
meaningful values for the blksize and blocks attributes, handles file
sizes greater than 2gb properly, and adds attributes specific to
Windows, such as hidden, archive, etc.

Where is it?
============
It's available on the RAA or RubyForge. You can download it and
install it manually, or use gems via "gem install win32-file-stat".

Prerequisites?
==============
Requires the windows-pr package, version 0.2.0 or later.

This release is a prequel to a pure Ruby release of win32-file.

Enjoy!

The Win32Utils Team.