www.creosite.com© O. Corten

creo6 config.pro option documentation for: SEARCH_PATH            

( ( ( (

search_path

directory paths
Specifies a list of directories to search, in the order listed, for object or file retrieval. These directories, along with the current working directory and any directories specified in the search.pro file make up the search path.
The directory paths can be relative or absolute. You can use special characters, such as "..", in specifying a relative path name.
Relative path names are initially resolved relative to the startup directory. If you subsequently reload the configuration file, the system reevaluates the paths relative to the current working directory and appends the new directories, if any, to the search path. The previous path remains in place. Therefore, specify the full paths to avoid problems if you change the working directory or use the same configuration file in another startup directory.
The option can have several paths on a single line separated by commas, semicolons, or spaces. Use consistently the delimiter you choose. The option can appear any number of times in the configuration file. It is, therefore, not necessary to have more than one path to a line. If objects with the same name are stored in more than one search path, the system retrieves the first one that it finds, regardless of the object that is the most recent.
Search paths can also include previously-defined environment variables. Begin the variable with $ in the search-path definition. For example, the environment variable OBJ_TYPE is used as follows:
search_path /partlib/$OBJ_TYPE/objs
When defining a search path, precede the backslash with another formatting character.