in reply to Calling Win32::API GetFileSecurity not working on Windows 7

Why aren't you doing any error checking?
  • Comment on Re: Calling Win32::API GetFileSecurity not working on Windows 7

Replies are listed 'Best First'.
Re^2: Calling Win32::API GetFileSecurity not working on Windows 7
by fwashbur (Sexton) on Sep 30, 2009 at 17:31 UTC

    Not sure. I inherited this code from another author, so I'm not quite sure if negative conditions could be ignored or if in fact they should throw an error. I'm going to see if I can get the same information I need from Win32::Perms from some code in Dave Roth's Perl Scripting book. Thanks - Rick