RemoveStatsDir Method
Description
Removes a directory from list of stats directories.
Syntax
Visual Basic |
---|
Public Function RemoveStatsDir( _ ByVal index As Long _ ) As Boolean |
Parameters
- index
- Required Long representing the line of text to be removed.
Return Type
Boolean value indicating success or failure of call to remove directory from the list of directories. If index is greater than the number of directories in the list, the call will fail.
See Also