Movatterモバイル変換


[0]ホーム

URL:


File::Spec::Functions
(source,CPAN)
version 3.84
You are viewing the version of this documentation from Perl 5.36.1.View the latest version

CONTENTS

#NAME

File::Spec::Functions - portably perform operations on file names

#SYNOPSIS

use File::Spec::Functions;$x = catfile('a','b');

#DESCRIPTION

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.

#Exports

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

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.

#SEE ALSO

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.


[8]ページ先頭

©2009-2025 Movatter.jp