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?
std::filesystem
stat()
#include <sys/stat.h>
st_blksize
There is no equivalent of st_blksize in the std::filesystem library.