On 8/22/07, Gunnar Hjalmarsson <[EMAIL PROTECTED]> wrote:
> Wagner, David --- Senior Programmer Analyst --- WGO wrote:
> >       Any insights would be greatly appreciated on getting owner of a
> > file under Win32.
>
> There is a Win32::File module with a GetAttributes() function. Sounds
> promising, doesn't it?
>
> However, reading the docs for that module makes me feel stupid:
>
> <quote>
> GetAttributes(filename, returnedAttributes)
>            Gets the attributes of a file or directory. returnedAttributes
>            will be set to the OR-ed combination of the filename
>            attributes.
> </quote>
>
> What on earth is an "OR-ed combination"? Anybody who can translate that
> para in the POD to English ( or Swedish ;-) )?
>
> --
> Gunnar Hjalmarsson
> Email: http://www.gunnar.cc/cgi-bin/contact.pl

Maybe it has one bit per property and it concatenates the bits/flags
with the binary OR?
All the attributes supported look to be flags

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to