Sha256: d9926825f7620389b54991d38043be8f0353b9eba6751d150e07f3df37bc64d4

Contents?: true

Size: 1.3 KB

Versions: 1

Compression:

Stored size: 1.3 KB

Contents

= Description
   A Ruby interface for getting file system information.

= Prerequisites
=== MS Windows 
* windows-pr, 0.6.0 or later.

= Installation
=== MS Windows:
   ruby test/tc_filesystem.rb (optional)
   ruby install.rb

=== All other platforms:
   ruby extconf.rb
   make
   ruby test/tc_filesystem.rb (optional)
   make install

= Notes
=== MS Windows
   This is a pure Ruby implementation using the windows-pr package, which in
   turn wraps native Windows functions.
=== UNIX
   This is a C extension that wraps statvfs, etc.

= Known Bugs
   None that I'm aware of.  Please report bugs on the project page at
   http://www.rubyforge.org/projects/sysutils.

= Future Plans
   Add support for mount points/volumes.

= Acknowledgements
   Mike Hall, for ideas and code that I borrowed from his 'filesystem' package.
   Park Heesob, for implementation and API ideas for the MS Windows version.

= Copyright
   (C) 2003-2006 Daniel J. Berger
   All Rights Reserved

= Warranty
   This package is provided "as is" and without any express or
   implied warranties, including, without limitation, the implied
   warranties of merchantability and fitness for a particular purpose.

= Author
   Daniel J. Berger
   djberg96 at gmail dot com
   imperator on IRC (irc.freenode.net)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sys-filesystem-0.1.0-mswin32 README