isDir

object isDir extends Path => Boolean

Checks whether the given path is a directory

Returns false if the path does not exist

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

Value members

Concrete methods

def apply(p: Path): Boolean
def apply(p: Path, followLinks: 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