On 8/22/07, Bob McConnell <[EMAIL PROTECTED]> wrote: snip > > use constant READ_ONLY => 1; > > use constant ARCHIVED => 2; > > use constant HIDDEN => 4; > > I believe the fourth flag is SYSTEM. Is there a value for that? snip
Those flags and their values were made up on the spot; any relation between them and the flags used by Win32::File is a coincidence. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/