The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Win32::File - manage file attributes in perl

SYNOPSIS

        use Win32::File;

DESCRIPTION

This module offers the retrieval and setting of file attributes.

FUNCTIONS

NOTE: all of the functions return FALSE (0) if they fail, unless otherwise noted.

GetAttributes(filename, returnedAttirbutes) Gets the attributes of a file or directory
SetAttributes(filename, newAttirbutes) Sets the attributes of a file or directory