Directory.fileExists

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

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

Meta