From: "Berger, Daniel" Date: 2005-11-10T04:45:19+09:00 Subject: Re: Ruby Windows administration > -----Original Message----- > From: happy-jack [mailto:timgerr@gmail.com] > Sent: Wednesday, November 09, 2005 12:27 PM > To: ruby-talk ML > Subject: Ruby Windows administration > > > OK, I have been learning ruby for a few weeks now and I have > not really done anything with it. I have been doing my W2k3 > administration with Perl now I want to start using Rubu. > Again I am new so be nice ;). > > I was wondering if ruby can create a folder (I know that it can do > this) and set the security permissions on this folder. I > want to be able to give users NTFS rights, not share rights. > Can this be done??? > > Thanks, > > Timgerr See win32-file, available on the RAA. Also, check out http://www.rubyforge.org/projects/win32utils. Regards, Dan