log.getCurrentFile
| Syntax |
log.getCurrentFile ()
|
| Params |
None required.
|
| Action |
Gets the name of the current log guest database, creating it if needed.
|
| Returns |
The path to the log guest database.
|
| Examples |
log.getCurrentFile () » "Power HD:Applications:Frontier:Guest Databases:ops:logs:1999-02-28.root"
|
| Notes |
This verb is new in Frontier 6. This verb is used internally by Frontier's logging: under normal circumstances, you shouldn't have to call this verb. Use log.addToGuestDatabase to log to a guest database.
|