existsAsFile

Checks if the path exists as a file.

This is like std.file.isFile, but returns false instead of throwing if the path doesn't exist.

  1. bool existsAsFile(char[] path)
    @trusted
    bool
    existsAsFile
    ()
    (
    in char[] path
    )
  2. bool existsAsFile(Path!C path)

Meta