Doc Comments / Phobos /
Std File
std.file
const bool isdir();
Return true if DirEntry? is a directory.const bool isfile();
Return !=0 if DirEntry? is a file.should this be "Return true if DirEntry? is a file."?
Links