attrIsDir
fn
bool attrIsDir(uint attributes) @safe pure nothrow @nogcReturns whether the given file _attributes are for a directory.
Parameters
attributes | The file _attributes. |
Returns
true if attributes specifies a directory