Description
Use this property to load a scanned directory to the directory tree and make it the active root directory.
Syntax
property RootDirectory: <String>;
Example
SOS.RootDirectory = "C:\Temp\"
Loads the scanned directory "C:\Temp" into the directory tree of SpaceObServer and makes it the active root directory.
Remarks
If the directory you assigned to "RootDirectory" is not a scanned directory, or a sub path of a scanned directory, a SpaceObServerOLEException will be raised.