| Prev | Next | Frontier Verbs > Frontier.getFilePath |
Frontier.getFilePath
| Syntax |
Frontier.getFilePath ()
|
| Params |
None required.
|
| Action |
Determines the path of the currently open and frontmost object database, which could be Frontier.root or a guest database.
|
| Returns |
The path to the currently open and frontmost database file.
|
| Examples |
Frontier.getFilePath () //Frontier.root is in front » "C:\\Program Files\\Frontier\\Frontier.root"
|
| Notes |
You can extract the folder from the path returned by this verb using file.fileFromPath and file.folderFromPath. To get the path to Frontier.root only, you can also use window.getFile (@root).
|
| See Also |
Frontier.getProgramPath
|
| Prev | Next | Frontier Verbs > Frontier.getFilePath |