Dirs

org.beangle.commons.io.Dirs
See theDirs companion object
class Dirs(val pwd: File)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def cd(child: String): Dirs
def copyFrom(file: String): Dirs.this.type
def delete(children: String*): Dirs.this.type
def exists: Boolean
def ln(target: String): Dirs.this.type
def ln(target: File): Dirs.this.type
def ln(target: File, newName: String): Dirs.this.type
def ls(): Seq[String]
def mkdirs(children: String*): Dirs.this.type
def rename(newName: String): Dirs
def setReadOnly(): Dirs.this.type
def setWriteable(): Dirs.this.type
def touch(child: String): Dirs.this.type
def write(fileName: String, content: String): Dirs.this.type

Concrete fields

val pwd: File