1File::Spec::Functions(3pPme)rl Programmers Reference GuiFdiele::Spec::Functions(3pm)
2
3
4
6 File::Spec::Functions - portably perform operations on file names
7
9 use File::Spec::Functions;
10 $x = catfile('a','b');
11
13 This module exports convenience functions for all of the class methods
14 provided by File::Spec.
15
16 For a reference of available functions, please consult
17 File::Spec::Unix, which contains the entire set, and which is inherited
18 by the modules for other platforms. For further information, please see
19 File::Spec::Mac, File::Spec::OS2, File::Spec::Win32, or
20 File::Spec::VMS.
21
22 Exports
23
24 The following functions are exported by default.
25
26 canonpath
27 catdir
28 catfile
29 curdir
30 rootdir
31 updir
32 no_upwards
33 file_name_is_absolute
34 path
35
36 The following functions are exported only by request.
37
38 devnull
39 tmpdir
40 splitpath
41 splitdir
42 catpath
43 abs2rel
44 rel2abs
45 case_tolerant
46
47 All the functions may be imported using the ":ALL" tag.
48
50 Copyright (c) 2004 by the Perl 5 Porters. All rights reserved.
51
52 This program is free software; you can redistribute it and/or modify it
53 under the same terms as Perl itself.
54
56 File::Spec, File::Spec::Unix, File::Spec::Mac, File::Spec::OS2,
57 File::Spec::Win32, File::Spec::VMS, ExtUtils::MakeMaker
58
59
60
61perl v5.8.8 2001-09-21 File::Spec::Functions(3pm)