NAME
Path::Extended::Class::Dir
DESCRIPTION
Path::Extended::Class::Dir behaves pretty much like Path::Class::Dir and can do some extra things. See appropriate pods for details.
COMPATIBLE METHODS
is_dir
is just a convenient flag which is always true for Path::Extended::Class::Dir.
children
returns a list of Path::Extended::Class::File and/or Path::Extended::Class::Dir objects listed in the directory. See Path::Class::Dir for details.
file, subdir
returns a child Path::Extended::Class::File/Path::Extended::Class::Dir object in the directory. See Path::Class::Dir for details.
volume
returns a volume of the path (if any).
dir_list
returns parts of the path. See Path::Class::Dir for details.
subsumes, contains
returns if the path belongs to the object, or vice versa. See Path::Class::Dir for details.
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 METHODS
As of writing this, following methods are missing.
- new_foreign
- recursive
SEE ALSO
Path::Extended::Class, Path::Extended::Dir, Path::Class::Dir
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.