all

object all extends Path => Unit

Similar to os.makeDir, but automatically creates any necessary enclosing directories if they do not exist, and does not raise an error if the destination path already containts a directory

trait Path => Unit
class Object
trait Matchable
class Any
all.type

Value members

Concrete methods

def apply(path: Path): Unit
def apply(path: Path, perms: PermSet, acceptLinkedDirectory: Boolean): Unit

Inherited methods

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