existsAsDir

Checks if the path exists as a directory.

This is like $(FULL_STD_FILE isDir), but returns false instead of throwing if the path doesn't exist.

  1. bool existsAsDir(in string path)
    bool
    existsAsDir
    @trusted
    (
    in string path
    )
  2. bool existsAsDir(in Path path)

Meta