Directory.dirExists

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

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

Meta