https://issues.dlang.org/show_bug.cgi?id=10240
--- Comment #4 from ZombineDev <[email protected]> --- > I believe the right solution add a function akin to C++17's file_status > (http://en.cppreference.com/w/cpp/experimental/fs/file_status) Here I meant this function: http://en.cppreference.com/w/cpp/experimental/fs/status as file_status is a struct. --
