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(string path)
    @trusted
    bool
    existsAsFile
    (
    in string path
    )
  2. bool existsAsFile(Path path)

Meta