*Path()
Sets a path to search for specified files.
Syntax
*Path(dir_name)Arguments
- dir_name
- An existing directory to search for specified files.
Example
*BeginMdl(full_vehicle, "Full Vehicle Model")
  *Path("homes/myhome/mdllib/Libs/Models")
  *Include("rear_sta.mdl")
  ...
*EndMdl()Context
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.