NAME
P4::C4::Path - File path and parsing utilities
SYNOPSIS
my $file = fileDePerforce($filename)
my $file = fileNoLinks($filename)
DESCRIPTION
This module provides operations on files and paths.
METHODS
- $self->fileDePerforce($filename)
-
Convert the Perforce file specification to a local filename, by removing any ...'s, and symlinks.
- $self->fileNoLinks($filename)
-
Resolve any symlinks in the given filename.
DISTRIBUTION
The latest version is available from CPAN and from http://www.veripool.com/.
Copyright 2002-2004 by Wilson Snyder. This package is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License or the Perl Artistic License.
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>