A5.GET_PATH()
Syntax
Path as C = :A5.GET_PATH()
Description
The A5.GET_PATH() method returns the path of the currently open .ADB database file. It is a useful function when you want to make an application portable between computers.
Note : You have to
add the backslash at the end of the path.
Supported By
Alpha Five Version 5 and Above
Example
|
? A5.GET_PATH() = "C:\Databases\Alphasports" ? A5.GET_PATH()+ "\\" = "C:\Databases\Alphasports\" |
See Also