BundleDir¶
Locates project bundle directories either by direct resolving of bundle files, or searching up the directory tree until the files are found.
Constructors¶
create¶
Returns¶
- BundleDir val^
Public Functions¶
find¶
fun box find(
auth: FileAuth val,
dir: String val,
log: Logger[String val] val)
: (FilePath val | None val)
Parameters¶
Returns¶
resolve¶
fun box resolve(
auth: FileAuth val,
dir: String val,
log: Logger[String val] val)
: (FilePath val | None val)
Parameters¶
Returns¶
eq¶
Parameters¶
- that: BundleDir val
Returns¶
- Bool val
ne¶
Parameters¶
- that: BundleDir val
Returns¶
- Bool val