Description Returns True when a given file path contains a journal database path.
-
Return Type
-
A Boolean value. A Boolean with value True when sPath describes a journal database path. Failure Returns False. Failure conditions: No String supplied.
-
Syntax
-
object.IsAJournalDatabasePath (sPath)
The IsAJournalDatabasePath Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataJournal. | | sPath | Required. A String value. A fully qualified file path. |
|