Function EN Version 1.93

@GetDBPath

Database

Syntax

@GetDBPath(DBHANDLE1);

Description

Returns the OSPATH and the NOTESPATH of the database with the DBHANDLE DBHANDLE1 in a TEXTLIST. If the database was opened by specifying a server (for example "TEST_SERVER!!TEST.NSF"), both elements are identical (that is, NOTESPATH); otherwise, the NOTESPATH precedes the OSPATH.

Example: @GetDBPath(DBHANDLE1)

DBHANDLE1:=@OpenDB("TEST.NSF");
@LogReport(@GetDBPath(DBHANDLE1));
DBHANDLE1:=@CloseDB(DBHANDLE1);

The database is opened, the paths are output, and then it is closed again.

Note : This text was machine-translated and may contain inaccuracies.