in reply to
Windows Drive Permissions
perlmonks is not WMI reference, search on MSDN
Comment on
Re: Windows Drive Permissions
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.
[reply]
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.
[reply]
In Section
Seekers of Perl Wisdom