RAA - win32-file/0.4.0

win32-file / 0.4.0

Short description: Additional File methods for the Win32 platform
Category: Library/Win32
Status: stable
Created: 2003-10-30 05:32:57 GMT
Last update: 2004-11-26 17:54:40 GMT
Owner: Daniel J. Berger (Projects of this owner)
Homepage: http://rubyforge.org/projects/win32utils/
Download: http://rubyforge.org/frs/download.php/2027/win32-file-0.4.0.zip
License: Ruby's
Dependency:
None
Description:

Provides additional methods for the File class on the Win32 platform, primarily relating to attributes.

Changes for 0.4.0
=================
Added the File.nopen, File#nread and File#nwrite methods.

Synopsis
========
require "win32/file"

some_file = "C:\\Documents and Settings\\some_user\\fruitylicious.txt"

File.attributes(some_file) # e.g. ['hidden','archive']
File.short_path(some_file) # "fruity~1.txt"

File.hidden?(some_file) # true or false
File.archive?(some_file) # true or false

Versions: [0.6.3 (2009-08-24)] [0.6.2 (2009-08-21)] [0.6.1 (2009-02-10)] [0.6.0 (2008-11-15)] [0.5.6 (2008-09-30)] [0.5.5 (2007-11-22)] [0.5.4 (2007-04-09)] [0.5.3 (2006-11-03)] [0.5.2 (2006-05-12)] [0.5.1 (2006-04-28)] [0.5.0 (2006-04-24)] [0.4.6 (2005-11-21)] [0.4.5 (2005-09-17)] [0.4.4 (2005-08-21)] [0.4.3 (2005-05-25)] [0.4.2 (2005-02-02)] [0.4.1 (2004-11-30)] [0.4.0 (2004-11-26)] [0.3.0 (2004-11-11)] [0.2.2 (2004-08-18)] [0.2.1 (2004-08-11)] [0.2.0 (2004-05-08)] [0.1.1 (-)]

Edit this project (for project owner)

back to RAA top