existsAnd

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

Return Value

Type: bool

true if file exists and is a file.

Meta