| Previous | Next
Win32::FileThe Win32::File module allows you to view or set the attributes for files. There are two functions that allow you to do this, which must be explicitly imported to your namespace: use Win32::File qw/GetAttributes SetAttributes/; The constant values for the attributes are exported by default.
GetAttributes (filename, \$atts) Returns the attribute settings for file ARCHIVE DIRECTORY HIDDEN NORMAL READONLY SYSTEM
SetAttributes (filename, atts) Sets the attributes for the file |