Description Returns the folder path used to store database data files.
-
Return Type
-
A String value. The fully qualified path of the folder to store files referenced by the database.
-
Syntax
-
object.GetDefaultDatabaseFileFolder (sDatabaseLogicalName)
The GetDefaultDatabaseFileFolder Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | | sDatabaseLogicalName | Required. A String value. McDBDatabase.Name of the database. | Remarks The folder will be created and hidden if Not already created. A Null string will be returned when the database is Not found or the folder could Not be created.
|