1File::Spec::AmigaOS(3)User Contributed Perl DocumentationFile::Spec::AmigaOS(3)
2
3
4
6 File::Spec::AmigaOS - File::Spec for AmigaOS
7
9 require File::Spec::AmigaOS; # Done automatically by File::Spec
10 # if needed
11
13 Methods for manipulating file specifications.
14
16 tmpdir
17 Returns $ENV{TMPDIR} or if that is unset, "/t".
18
19 file_name_is_absolute
20 Returns true if there's a colon in the file name, or if it begins
21 with a slash.
22
23 All the other methods are from File::Spec::Unix.
24
25
26
27perl v5.38.0 2023-07-21 File::Spec::AmigaOS(3)