![]() |
![]()
| ![]() |
![]()
NAMEPath::Extended::Class::Dir DESCRIPTIONPath::Extended::Class::Dir behaves pretty much like Path::Class::Dir and can do some extra things. See appropriate pods for details. COMPATIBLE METHODSabsolute, relativechange how to stringify internally and return the file object (instead of the path itself). mkdir, mkpathcreate a directory with File::Path, and return the result (instead of the directory object itself). rmtree, rmdir, removeremove a directory with File::Path, and return the result (instead of the directory object itself). dir_listreturns parts of the path. See Path::Class::Dir for details. tempfilereturns a temporary file handle (and its corresponding file name in a list context). See Path::Class::Dir and File::Temp for details 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::Dir object whatever the type is specified. SEE ALSOPath::Extended::Class, Path::Extended::Dir, Path::Class::Dir 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.
|