in reply to Re: Windows Drive Permissions
in thread Windows Drive Permissions

I'm writing Perl code using WMI calls. If you have a better suggestion instead of using WMI, I will consider your expertise.

Replies are listed 'Best First'.
Re^3: Windows Drive Permissions
by Cosmic Cruizer (Novice) on Feb 21, 2010 at 23:34 UTC
    Problem solved. Using Win32::Perms($Dir), where $Dir is found using another Win32 library.