NAME

DMOSS::File - DMOSS file object

VERSION

version 0.01_1

SYNOPSIS

use DMOSS::File;

my $file = DMOSS::File->new($fullpath);

DESCRIPTION

DMOSS file object.

FUNCTIONS

new

Create a new object to represent a file.

basename

The file base name.

fullpath

The file full path.

dirname

The file directony path.

path

The file path.

type

The file type.

content

The file content.

AUTHOR

Nuno Carvalho <smash@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Project Natura <natura@natura.di.uminho.pt>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.