| Syntax |
ubase.openFile (path)
|
| Params |
path gives the location and name of an existing uBASE database file
|
| Action |
Opens the file identified by path.
|
| Returns |
The identifier (termed fnum in this documentation) which can be used to refer to the file as long as it remains open.
|
| Examples |
|
| Errors |
An error is produced if it is impossible to create a window (perhaps because uBASE needs more memory), if the file could not be opened, or if opening a window will result in too many windows being open (the limit is 99).
|
| Platform Notes |
uBASE runs only on Mac OS and is not a supported component of Frontier 5.0,
|
| See Also |
ubase.closeFile
|