|
The database file specified in the parameter "f" must be opened using db.open before calling this verb.
path can be a full or partial database address; the paths table of the target database is used to interpret it.
db.delete (f, path) is equivalent to delete (@path^) when referring to Frontier's current object database.
To save changes you make to a database, you must call db.save before db.close.
|