set_path

Source: cli/idf/set_path.pro

 set_path
        Set a data search path for the IDL_HS environment

 Usage:
        set_path, path, <keys>

 Argument:
        path    string  input   The path to add. For Unix systems this
                                can be colon-spearated list.

 Keywords:
        hiscale         If set, then this is a HISCALE path.
        epam            If set, then this is an EPAM path
        uleis           If set, then this is a ULEIS path
        uds             If set, then this is a UDS path
        track           If set then this is a path for Track data
                        (needs a HISCALE or EPAM setting as well)
        mfsa            If set then this is a path for MFSA data
                        (needs a HISCALE or EPAM setting as well)
        xflare          If set, this is a flare list path.
        replace         If set, then replace the path,
        prepend         If set, then add the path at the start of the
                        existing path.
        default         If set, then restore the default path.

 Notes:
        Exactly one spacecraft specifier must be given.
        The default is to append the path to the existing path.

 History:
        Original: 21/7/00; SJT



James Tappin 2005-02-04