[ANN] win32-file 0.3.0

D

Daniel Berger

Hi all,

The Win32Utils Team is happy to announce the release of win32-file
0.3.0

What is it?
===========
Additional methods for the File class specific to the Win32 platform.

What's new?
===========
This release adds several instance methods to allow you to modify file
attributes. They include archive=, hidden=, normal=, compressed=,
content_indexed=, offline=, readonly=, sparse=, system=, and
temporary=

So, now you can do something like:

File.open("foo"){ |f|
f.hidden = true
f.archive = true
}

Where is it?
============
win32-file is available on the RAA or the RubyForge project page at
http://www.rubyforge.org/projects/win32utils.

Enjoy!

The Win32Utils Team
 

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


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top