The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SVN::S4::Path - File path and parsing utilities

SYNOPSIS

   my $file = fileNoLinks($filename)

DESCRIPTION

This module provides operations on files and paths.

METHODS

fileNoLinks($filename)

Resolve any symlinks in the given filename.

isURL($filename)

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

wholefile($filename)

Return contents of the file as a string, or undef if does not exist.

DISTRIBUTION

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

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

SVN::S4