isDir - multiple declarations
- Function isDir
- Alias isDir
Function isDir
Like std.file.isDir
, but supports Path and command echoing.
Prototype
bool isDir( const(Path) name ) @property;
Alias isDir
Alias of same-named function from std.file
Declaration
alias isDir;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng