The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

$self->isDepotFilename($filename)

Return true if the filename is a absolute depot file name.

DISTRIBUTION

The latest version is available from CPAN and from http://www.veripool.com/.

Copyright 2002-2005 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>

SEE ALSO

P4::C4