# phpman > perldoc > File::Spec::AmigaOS

## NAME
    [File::Spec::AmigaOS](https://www.chedong.com/phpMan.php/perldoc/File%3A%3ASpec%3A%3AAmigaOS/markdown) - [File::Spec](https://www.chedong.com/phpMan.php/perldoc/File%3A%3ASpec/markdown) for AmigaOS

## SYNOPSIS
     require [File::Spec::AmigaOS](https://www.chedong.com/phpMan.php/perldoc/File%3A%3ASpec%3A%3AAmigaOS/markdown); # Done automatically by [File::Spec](https://www.chedong.com/phpMan.php/perldoc/File%3A%3ASpec/markdown)
                                  # 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](https://www.chedong.com/phpMan.php/perldoc/File%3A%3ASpec%3A%3AUnix/markdown).

