|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
$PathnameSeparator
$PathnameSeparator
is a string used as a separator when full file and directory names are constructed.
DetailsDetails
- The default value is
under Windows, and
elsewhere. - Functions such as FileNameSplit by default allow both
and
as separators under Windows.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
The pathname separator on a Windows system:
| In[1]:= |
| Out[1]= |
$PathnameSeparator is used as a separator:
| In[1]:= |
Out[1]//FullForm= | |
| In[2]:= |
| Out[2]= |
New in 2 | Last modified in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
