AddStatsDir Method
Description
Adds a directory to the list of statistics directory.
Syntax
Visual Basic |
---|
Public Function AddStatsDir( _ ByVal Dir As String _ ) As Boolean |
Parameters
- Dir
- Required String representing the name of the directory to be added to the list of statistics directories.
Return Type
Boolean value indicating success or failure of call to method.
See Also