psSystemDfPath - cWorkspace
A string of the paths that are used in every Workspace for finding files at runtime
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psSystemDfPath
| Access Type | Syntax |
|---|---|
| Read Access: | Get psSystemDfPath to StringVariable |
| Write Access: | Set psSystemDfPath to StringVariable/Value |
Description
psSystemDfPath contains a semi-colon delimited string of the paths that are used in every Workspace for finding files at runtime. This value typically contains the DataFlex system directories (Lib\ 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, and is used during DoAssignPaths to help create the psDfPath property.