Directory

object Directory

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

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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