next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
home
toAbsolutePath -- the absolute path version of a file name
Synopsis
Usage:
toAbsolutePath filename
Inputs:
filename
,
a
string
Outputs:
a
string
, the absolute path name of
filename
Description
i1 : toAbsolutePath "a/b.m2" o1 = /builddir/build/BUILD/Macaulay2-1.1/Macaulay2/packages/a/b.m2
See also
File
-- the class of all files
minimizeFilename
-- minimize a file name
relativizeFilename
-- relativize a file name
baseFilename
-- the base part of a filename or path
path
-- list of directories to look in