LiveFile

class LiveFile(val path: Path)(source)

Base class for a file which may get updated behind the scenes, at which point, content will be lazily loaded with the latest value.

Constructors

Link copied to clipboard
constructor(path: Path)

Properties

Link copied to clipboard
Link copied to clipboard
val path: Path