NAME
File::Path::Collapse - Collapses a path as much as possible
SYNOPSIS
DESCRIPTION
This module implements ...
DOCUMENTATION
SUBROUTINES/METHODS
CollapsePath($path_to_collapse )
Collapses the path by removing '.' and '..' from it. Trailing '/' is also removed.
Arguments
$path_to_collapse -
Returns - the collapsed path or undef if undef was passed as argument.
BUGS AND LIMITATIONS
None so far.
AUTHOR
Nadim ibn hamouda el Khemir
CPAN ID: NH
mailto: nadim@cpan.org
LICENSE AND COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc File::Path::Collapse
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
RT: CPAN's request tracker
Please report any bugs or feature requests to L <bug-file-path-collapse@rt.cpan.org>.
We will be notified, and then you'll automatically be notified of progress on your bug as we make changes.
Search CPAN