DH5AppObj.sourceFile

Undocumented in source. Be warned that the author may not have intended to support it.
class DH5AppObj
O
sourceFile
(
this O
)
(
string path
)

Examples

app

Property which contains the (parent) app DH5App app() - return app if exists (this O) app(DH5App newApp) - setting new app / returns obj

Adding this obj to another app will changes this property to the new app

assert(H5AppPage(H5App("test")).app.name == "test");
assert(H5AppPage(H5App("test")).app(H5App("test2")).app.name == "test2");

Meta