|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
AbsoluteFileName
AbsoluteFileName["name"]
gives the full absolute version of the name for a file in your filesystem.
DetailsDetails
- AbsoluteFileName goes to your filesystem to check that the file name it returns corresponds to a file that actually exists.
- AbsoluteFileName["name"] interprets name relative to your current directory.
- AbsoluteFileName handles directory designations such as
and
. - AbsoluteFileName yields an absolute file name, with standard pathname separators appropriate for your operating system.
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
