in reply to How to get the file owner on a Windows OS

cacls? Win32::FileSecurity? How to find the file owner on win32 (Win32::Perms), http://search.cpan.org/~teverett/Win32-Security-0.50/lib/Win32/Security/NamedObject.pm#PermDump.pl / https://metacpan.org/pod/Win32::Security::NamedObject#PermDump.pl
  • Comment on Re: How to get the file owner on a Windows OS

Replies are listed 'Best First'.
Re^2: How to get the file owner on a Windows OS
by kevyt (Scribe) on Aug 16, 2014 at 07:31 UTC
    Thanks. I went to one of the links and found where someone also mentioned ways to do this with C.
      So, doing it in C worked for your or? ::)