Function existsAsDir
Checks if the path exists as a directory.
This is like std.file.isDir
, but returns false instead of
throwing if the path doesn't exist.
Prototypes
bool existsAsDir(
const(string) path
) @trusted;
bool existsAsDir(
const(Path) path
) @trusted;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2017 Nick Sabalausky
License
zlib/libpng