Skip to content

BundleDir

[Source]

Locates project bundle directories either by direct resolving of bundle files, or searching up the directory tree until the files are found.

primitive val BundleDir

Constructors

create

[Source]

new val create()
: BundleDir val^

Returns


Public Functions

find

[Source]

fun box find(
  auth: FileAuth val,
  dir: String val,
  log: Logger[String val] val)
: (FilePath val | None val)

Parameters

Returns


resolve

[Source]

fun box resolve(
  auth: FileAuth val,
  dir: String val,
  log: Logger[String val] val)
: (FilePath val | None val)

Parameters

Returns


eq

[Source]

fun box eq(
  that: BundleDir val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: BundleDir val)
: Bool val

Parameters

Returns