Re: hiding files

2002-10-03 Thread Jenda Krynicky
From: Bryan Harris <[EMAIL PROTECTED]> > Is it possible to set the "hidden" attribute of a file on a Windows > machine using perl? use Win32::File; GetAttributes( $filename, $attr); SetAttributes( $filename, $attr | HIDDEN); We fetch the attributes it has and add HIDDEN.

hiding files

2002-10-03 Thread Bryan Harris
Is it possible to set the "hidden" attribute of a file on a Windows machine using perl? TIA. - Bryan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]