window.dbStats
| Syntax |
window.dbStats ()
|
| Params |
None required.
|
| Action |
Opens the Frontier Database Stats window and thoroughly checks the database structure on disk.
|
| Returns |
True
|
| Examples |
window.dbstats () » true
|
| Notes |
This is an advanced Frontier verb of primary interest to implementers and advanced scripters. It is not necessary to understand it to use Frontier effectively for most tasks. This is mainly used by the developers at UserLand Software to perform a validation of the lowest level object database structure. You can use it to display very technical info about the root file in which you're running.
|