DatabaseHandle :: LocateWorkspace - Locate an existing Workspace
The function checks whether the workspace with the passed name exists relatively to the current workspace.
Return value: Return value ( logical )
The function returns YES when the question was answered positively. Otherwise it returns NO.
Implementation details
logical
DatabaseHandle  :: LocateWorkspace ( NString &ws_name )
- ws_name
- Workspace name
The workspace name is the extension of the current workspace or database. The database can be considered as the root for all workspaces. The workspace name may address a workspace on top of the current one (simple workspace name) or a workspace on any higher level by passing a sequence of workspace names separated by '.'.