SYNOPSIS
use IO::File::WithPath;
my $io = IO::File::WithPath->new('/path/to/file');
print $io->path; # print '/path/to/file'
print $io->getline; # IO::File-method
DESCRIPTION
IO::File::WithPath is a Perl module extending IO::File to keep track of the absolute path name.METHODS
- new
- create object from file-path as IO::File->new(). but file-path not include MODE.(e.g. '</path/to/file')
- path
- file-path