>Look at either Win32::Perms or Win32::FileSecurity modules.
I faced the same issue a few years ago. I was however in the position being
able to program the tools in C. You can find

http://peter.verhas.com/progs/c/nt/owner/index.html
setowner and getowner in C format and in binary EXE for the X86 platform.
You can call these programs as external process like `getowner filename`

I wrote a Perl module as well, but I had not time to well debug it and these
days I do not write Perl modules in C for some reasons anymore.

Regards,
Peter

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to