Directory.fileExists

Return whether the target file exists. The argument can be relative to the current directory, or an absolute path.

struct Directory
@nogc nothrow
bool
fileExists
(
StringArg0
)
(
in StringArg0 path
)

Meta