in reply to Windows Drive Permissions

perlmonks is not WMI reference, search on MSDN

Replies are listed 'Best First'.
Re^2: Windows Drive Permissions
by Cosmic Cruizer (Novice) on Feb 21, 2010 at 20:37 UTC
    I'm writing Perl code using WMI calls. If you have a better suggestion instead of using WMI, I will consider your expertise.
      Problem solved. Using Win32::Perms($Dir), where $Dir is found using another Win32 library.