psSystemMakePath - cWorkspace

A string of the paths that are used in every Workspace for finding files at compile-time

Type: Property

Access: Read/Write

Data Type: String

Parameters: None

Syntax
 Property String psSystemMakePath

Read Access: Get psSystemMakePath to StringVariable
Write Access: Set psSystemMakePath to StringVariable/Value


Description

psSystemMakePath contains a semi-colon delimited string of the paths that are used in every Workspace for finding files at compile-time. This value typically contains the DataFlex system directories (Pkg\ and Usr\, etc.) and you can add to this your own, or third-party, directories that you always want searched at runtime. This value is maintained in the Studio.

This property is automatically set when you open a Workspace (using, for example, the OpenWorkspace or OpenWorkspaceFile functions), unless it already has a value.

Note that the class does not actually use this property to set its paths (unlike psSystemDfPath). It is provided so that you can obtain these paths if you need them in a program.