Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
struct FileInfo {
    char[] path;
    char[] name;
    ulong  bytes;
    bool   folder;
}