Directory

dotty.tools.io.Directory$
See theDirectory companion class
object Directory

''Note: This library is considered experimental and should not be used unless you know what you are doing.''

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(path: String): Directory
def apply(path: JPath): Directory
def inTempDirectory[T](fn: Directory => T): T