Mathematica 9 is now available
[an error occurred while processing this directive] $Failed

  • $Failed is a special symbol returned by certain functions when they cannot do what they were asked to do.
  • Get returns $Failed when it cannot find the file or other object that was specified.
  • See the Mathematica book: Section 2.11.1.

    Further Examples

    The file missing does not exist in the current path, and so Get fails to find it.

    In[1]:=

    Get::noopen: Cannot open missing.

    Out[1]=



    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.