NAME

Path::Extended::Class::File

DESCRIPTION

Path::Extended::Class::File behaves pretty much like Path::Class::File and can do some extra things. See appropriate pods for details. =head1 COMPATIBLE METHODS

is_dir

is just a convenient flag which is always false for Path::Extended::Class::File.

dir

returns a parent Path::Extended::Class::Dir object of the file.

volume

returns a volume of the path (if any).

INCOMPATIBLE METHODS

cleanup

does nothing but returns the object to chain. Path::Extended::Class should always return a canonical path.

as_foreign

does nothing but returns the object to chain. Path::Extended::Class doesn't support foreign path expressions.

MISSING METHOD

As of writing this, following method is missing.

new_foreign

SEE ALSO

Path::Extended::Class, Path::Extended::File, Path::Class::File

AUTHOR

Kenichi Ishigaki, <ishigaki@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Kenichi Ishigaki.

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