Companion

Functions

Link copied to clipboard

Given some arbitrary path, find the Kobweb folder associated with it, climbing up the ancestor tree to do so.

Link copied to clipboard
fun inPath(path: Path): KobwebFolder?

Return a Kobweb folder if it is a child of the current path.

Link copied to clipboard

Convenience method for looking for a Kobweb folder in the current directory.

Link copied to clipboard
fun isFoundIn(path: Path): Boolean

Return true if the current path represents a Kobweb application (that is, a directory that owns a Kobweb folder).