remove

object remove extends Path => Boolean

Roughly equivalent to bash's rm -rf. Deletes any files or folders in the target path, or does nothing if there aren't any

trait Path => Boolean
class Object
trait Matchable
class Any
remove.type

Type members

Classlikes

object all extends Path => Unit

Value members

Concrete methods

def apply(target: Path): Boolean
def apply(target: Path, checkExists: Boolean): Boolean

Inherited methods

@unspecialized
def andThen[A](g: Boolean => A): Path => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Path): A => Boolean
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1