existsAnd

  1. bool existsAnd(Path file)
  2. bool existsAnd(Path file)
    @safe nothrow
    bool
    existsAnd
    (
    alias pred : isDir
    )
    (
    const Path file
    )
  3. bool existsAnd(Path file)

Return Value

Type: bool

true if file exists and is a directory.

Meta