*Path()

Sets a path to search for specified files.

Syntax

*Path(dir_name)

Arguments

dir_name
An existing directory to search for specified files.
Data type: directory path

Example

*BeginMdl(full_vehicle, "Full Vehicle Model")
  *Path("homes/myhome/mdllib/Libs/Models")
  *Include("rear_sta.mdl")
  ...
*EndMdl()

Context

*BeginMdl()

Comments

Any number of *Path() statements may be specified in a model.

The directories specified are searched in the order of occurrence until the specified file is found.