psFileList - cWorkspace
Contains the path and name of the Filelist.cfg that your program should use
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psFileList
| Access Type | Syntax |
|---|---|
| Read Access: | Get psFileList to StringVariable |
| Write Access: | Set psFileList to StringVariable/Value |
Description
The psFileList property will not have a value until a Workspace has been opened (using, for example, the OpenWorkspace or OpenWorkspaceFile functions). You can also set this property before opening a Workspace. When you do, this property will not be modified during the opening of a Workspace.
The value of this property corresponds to the FileList entry in the Workspace file; however, it differs in that while the entry in the Workspace file can contain a relative path, this property will always contain the path fully qualified.