struct Core::Platform::dirent

#include <corefilesystem.win.h>

struct dirent
{
    // fields

    unsigned char d_type;
    char d_name[256];
};