_pathThe _path is the more complete version of the _id.  It contains
the entire path of records that are the parents of a record.  So if you have a
record named docs/api/db/contents.lr the _id would be db but the _path
would be docs/api/db.
The path can be used to uniquely identify a page but for that purpose the
_gid can also be used which is a hashed hexadecimal version of
the page.
<!-- generated from {{ this._path }} -->
Comments