Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Systems Interfaces & Deployment > File Operations >

FindFile

FindFile[name]
finds the file with the specified name that would be loaded by Get[name] and related functions.
  • FindFile[name] successively searches for a file with the specified name in each of the directories given in $Path.
  • FindFile returns full absolute file names.
  • In FindFile[name], the name can be specified with / path separators (or \\ on Windows). It can also be specified with ` context separators.
  • For names of the form "name`", FindFile searches for files "name.mx" and "name.m".
  • If FindFile resolves to a directory, it will search for a file named Kernel/init.m or init.m in that directory.
  • If FindFile resolves to an object of the form "name.mx" which corresponds to a directory, it will search for a file with a name like name.mx/$SystemID/name.mx.
Find which initialization file is loaded:
Find initialization file for a package:
Find a file used for examples:
Find which initialization file is loaded:
In[1]:=
Click for copyable input
Out[1]=
 
Find initialization file for a package:
In[1]:=
Click for copyable input
Out[1]=
 
Find a file used for examples:
In[1]:=
Click for copyable input
Out[1]=
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team