Directory.dirExists

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

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

Meta