4D v14DATABASE_PATH |
||||||||||||||
|
4D v14
DATABASE_PATH
DATABASE_PATH
The DATABASE_PATH function returns the complete pathname of the current database. The current database can be modified using the USE DATABASE command. By default, the current database is the main 4D database. The pathname returned is in the POSIX format. Let us suppose that the current external database is named TestBase.4DB and is located in the "C:\MyDatabases" folder. After execution of the following code: C_TEXT($vCrtDatabasePath) ... the $vCrtDatabasePath variable will contain "C:/MyDatabases/TestBase.4DB”. |
PROPERTIES
Product: 4D SEE ALSO ARTICLE USAGE
4D SQL Reference ( 4D v14) |
||||||||||||