c++statstd-filesystem

C++ std::filesystem equivalent of st_blksize from the C stat function?


Is there a C++ std::filesystem equivalent of the C stat() function declared in #include <sys/stat.h> to get info about the st_blksize attribute?


Solution

  • There is no equivalent of st_blksize in the std::filesystem library.