table of contents
other versions
- buster 5.28.1-6+deb10u1
- testing 5.32.1-4
- unstable 5.32.1-5
- experimental 5.34.0~rc2-1
File::Spec::AmigaOS(3perl) | Perl Programmers Reference Guide | File::Spec::AmigaOS(3perl) |
NAME¶
File::Spec::AmigaOS - File::Spec for AmigaOSSYNOPSIS¶
require File::Spec::AmigaOS; # Done automatically by File::Spec # if needed
DESCRIPTION¶
Methods for manipulating file specifications.METHODS¶
- tmpdir
- Returns $ENV{TMPDIR} or if that is unset, "/t".
- file_name_is_absolute
- Returns true if there's a colon in the file name, or if it begins with a slash.
All the other methods are from File::Spec::Unix.
2020-07-21 | perl v5.28.1 |