Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How to find the file owner on win32

by $code or die (Deacon)
on Jul 27, 2001 at 19:10 UTC ( [id://100330]=note: print w/replies, xml ) Need Help??


in reply to How to find the file owner on win32

See Win32::Perms...
use Win32::Perms; my $file = new Win32::Perms($ARGV[0]); print $file->Owner;
It's worth checking Dave Roth's site for almost any Win32 related question. Also, check out his Win32 Administrator book if you get the chance.

Error: Keyboard not attached. Press F1 to continue.

Update: Albannach beat me to it. But there's nothing like repeating good advice! ;)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://100330]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-03-29 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found