[ANN] win32-etc 0.1.0

D

Daniel Berger

Hi all,

I'm happy to announce the release of win32-etc. This
is actually the sys-win32etc module rereleased as part
of the win32utils project. In addition, there was
some code and test cleanup.

What is it?
===========
This module provides the 'etc' module functionality
for the Win32 platform.

Synopsis
========
require "win32/etc"
include Win32

puts "Login: " + Etc.getlogin

p Etc.getpwnam("Guest")
p Etc.getpwuid(512)
p Etc.getgrnam("Guests")
p Etc.getgrgid(500)

Etc.passwd{ |s|
p s
}

Etc.group{ |g|
p g
}

For more info, see
http://rubyforge.org/projects/win32utils/. Also
available on the RAA.

Enjoy!

Dan

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
 

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

[ANN] win32-security 0.1.0 0
[ANN] win32-service 0.1.0 2
[ANN] win32-open3 0.1.0 0
[ANN] win32-sound 0.1.0 2
[ANN] win32-file 0.1.0 1
[ANN] win32-sapi 0.1.0 3
[ANN] win32-clipboard 0.5.0 0
[ANN] win32-dir 0.1.0 5

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,218
Latest member
JolieDenha

Latest Threads

Top