File::Spec::Functions - portably perform operations on file names
use File::Spec::Functions;$x = catfile('a','b');
This module exports convenience functions for all of the class methods provided by File::Spec.
For a reference of available functions, please consultFile::Spec::Unix, which contains the entire set, and which is inherited by the modules for other platforms. For further information, please seeFile::Spec::Mac,File::Spec::OS2,File::Spec::Win32, orFile::Spec::VMS.
The following functions are exported by default.
canonpathcatdircatfilecurdirrootdirupdirno_upwardsfile_name_is_absolutepath
The following functions are exported only by request.
devnulltmpdirsplitpathsplitdircatpathabs2relrel2abscase_tolerant
All the functions may be imported using the:ALL
tag.
Copyright (c) 2004 by the Perl 5 Porters. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
File::Spec, File::Spec::Unix, File::Spec::Mac, File::Spec::OS2, File::Spec::Win32, File::Spec::VMS, ExtUtils::MakeMaker
Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.
The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.