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.

SEE ALSO

P4::C4,

DISTRIBUTION

The latest version is available from CPAN.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>