FileSystem

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def list(p: Path): Vector[File]
def read(path: Path): String
def readStream[T](path: Path)(f: InputStream => T): T
def writeStream[T](path: Path)(f: OutputStream => T): T