| Name | Description |
|---|---|
| psAppHtmlPath | Contains the path(s) of the Workspace used to store HTML and associated files |
| psAppSrcPath | Contains the path(s) of the Workspace used to store the application source code |
| psBitmapPath | Contains the path(s) of the Workspace used to store the bitmaps (and other media) |
| psDataPath | Contains the path(s) of the Workspace used to store the application's tables |
| psDdSrcPath | Contains the path(s) of the Workspace used to store the Data-Dictionaries and related files |
| psDescription | Contains the description of the Workspace |
| psDfPath | A string of all the paths that will constitute the program's DFPATH |
| psFileList | Contains the path and name of the Filelist.cfg that your program should use |
| psHelpPath | Contains the path(s) of the Workspace used to store the help-related files |
| psHome | Contains the path that the Workspace should use as its "home" |
| psIdeSrcPath | Contains the path(s) of the Workspace used to store the code that the Studio uses during development. |
| psProgramPath | Contains the path(s) of the Workspace used to store the compiled programs. |
| psSystemDfPath | A string of the paths that are used in every Workspace for finding files at runtime |
| psSystemMakePath | A string of the paths that are used in every Workspace for finding files at compile-time |
| psWorkspaceName | The name of the current open Workspace |
| psWorkspaceWSFile | Contains the full path name of the workspace (.ws) file |
Inherited Properties from cObject | |
| Child_Count | Returns the number of child objects the object contains |
| Delegation_Mode | Determines if and how unknown messages are delegated |
| Name | Returns the full name of the object including parentage |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists |
| Object_Label | Returns the short name of an object |
| Parent | Returns the parent of an object |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing |