Description
Queries the directory path for one root in the currently connected database.
Syntax
property RootPaths(Index : <Integer>): <String>;
Example
if SOS.RootCount > 0
SOS.RootDirectory = SOS.RootPaths(0)
Checks if there is at least one root directory in the connected database. if so, the path of this root is queried and used as new "RootDirectory" property.