Removes a directory from list of stats directories.
Visual Basic |
---|
Public Function RemoveStatsDir( _ ByVal index As Long _ ) As Boolean |
- index
- Required Long representing the line of text to be removed.
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.