table of contents
other versions
- bookworm 5.36.0-7+deb12u1
- testing 5.40.0-8
- unstable 5.40.1-2
- experimental 5.40.1-1
File::Spec::AmigaOS(3perl) | Perl Programmers Reference Guide | File::Spec::AmigaOS(3perl) |
NAME¶
File::Spec::AmigaOS - File::Spec for AmigaOS
SYNOPSIS¶
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.
2024-05-30 | perl v5.38.2 |