P4::C4::Path - File path and parsing utilities


P4-C4 documentation  | view source Contained in the P4-C4 distribution.

Index


NAME

Top

P4::C4::Path - File path and parsing utilities

SYNOPSIS

Top

   my $file = fileDePerforce($filename)
   my $file = fileNoLinks($filename)

DESCRIPTION

Top

This module provides operations on files and paths.

METHODS

Top

$self->fileDePerforce($filename)

Convert the Perforce file specification to a local filename, by removing any ...'s, and symlinks.

Resolve any symlinks in the given filename.

$self->isDepotFilename($filename)

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

DISTRIBUTION

Top

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

Top

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

Top

P4::C4


P4-C4 documentation  | view source Contained in the P4-C4 distribution.