Hi there,
I'm using ActiveState Perl on Windows Server 2003.
I want to create a directory on a Windows NTFS partition and then grant a Windows NT security group read access to the folder. Is this possible in Perl? Would I have to use Windows NT commands or is there a Perl module to do it?
A small example would be much appreciated!