exists

object exists extends Path => Boolean

Checks if a file or folder exists at the given path.

trait Path => Boolean
class Object
trait Matchable
class Any
exists.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