Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Full list of all win32 file attributes

by Xaositect (Friar)
on Jul 07, 2005 at 17:26 UTC ( [id://473160]=note: print w/replies, xml ) Need Help??


in reply to Full list of all win32 file attributes

I don't have access to a windows box at the moment, but I'd probably just try it out and see what I get. File::stat claims to just be a by-name interface to the normal stat call, so I'd see what the following gives me:

perl -e 'use Data::Dumper; print Dumper(stat("file.txt"));'

The Win32::File docs do mention that it exports a list of constants that look like attributes to me, (and which aren't part of the usual stat info) so again I'd probably just try it out and call Dumper on the result.


Xaositect - Whitepages.com

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-16 22:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found