DatabaseHandle :: ExistWorkspace - Exist workspace?
The function returns whether a workspace with the passed workspace name (ws_name) exists as subordinated workspace (YES) or not(NO). When the database has already opened a workspace the function looks for the workspace relatively to the opened one.
Return value: Return value ( logical )
The function returns YES when the question was answered positively. Otherwise it returns NO.
Implementation details
logical
DatabaseHandle  :: ExistWorkspace ( 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 '.'.