![]() |
![]()
| ![]() |
![]()
NAMEPath::Extended::Class::File DESCRIPTIONPath::Extended::Class::File behaves pretty much like Path::Class::File and can do some extra things. See appropriate pods for details. =head1 COMPATIBLE METHODS dirreturns a parent Path::Extended::Class::Dir object of the file. absolute, relativechange how to stringify internally and return the file object (instead of the path itself). volumereturns a volume of the path (if any). INCOMPATIBLE METHODScleanupdoes nothing but returns the object to chain. Path::Extended::Class should always return a canonical path. as_foreigndoes nothing but returns the object to chain. Path::Extended::Class doesn't support foreign path expressions. new_foreignreturns a new Path::Extended::Class::File object whatever the type is specified. SEE ALSOPath::Extended::Class, Path::Extended::File, Path::Class::File AUTHORKenichi Ishigaki, <ishigaki@cpan.org> COPYRIGHT AND LICENSECopyright (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.
|