File::Spec::AmigaOS(3p) Perl Programmers Reference Guide

File::Spec::AmigaOS(3p) Perl Programmers Reference Guide #

File::Spec::AmigaOS(3p) Perl Programmers Reference Guide

NNAAMMEE #

 File::Spec::AmigaOS - File::Spec for AmigaOS

SSYYNNOOPPSSIISS #

  require File::Spec::AmigaOS; # Done automatically by File::Spec
                               # if needed

DDEESSCCRRIIPPTTIIOONN #

 Methods for manipulating file specifications.

MMEETTHHOODDSS #

 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.

perl v5.36.3 2023-02-15 File::Spec::AmigaOS(3p)