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): this.type
def delete(children: String*): this.type
def exists: Boolean
def ln(target: String): this.type
def ln(target: File): this.type
def ln(target: File, newName: String): this.type
def ls(): Seq[String]
def mkdirs(children: String*): this.type
def rename(newName: String): Dirs
def setReadOnly(): this.type
def setWriteable(): this.type
def touch(child: String): this.type
def write(fileName: String, content: String): this.type

Concrete fields

val pwd: File