From: Daniel Berger Date: 2005-11-10T05:10:05+09:00 Subject: Re: Ruby Windows administration happy-jack wrote: > What I want do is grant ntfs rights to a folder. I did not see > anything on folder and domain user. > > Thanks If win32-etc doesn't do what you need, then you can use Ruby's win32ole package. It's usually pretty straightforward to translate VB to equivalent code. Note that I'm still futzing with the sys-admin package (http://www.rubyforge.org/projects/sysutils), where I plan to add the ability to add, configure and delete users, but I haven't settled on the API yet. Regards, Dan