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

Youri::Package::File - Package file class

DESCRIPTION

This class represent a package file,

CLASS METHODS

new(%args)

Creates and returns a new Youri::Package::File object.

get_name()

Returns the name of this file.

get_mode()

Return the mode of this file.

get_md5sum()

Return the md5sum of this file.

is_directory()

Returns a true value if this file is a directory.