How to get file permissions with c++ boost library?
问题 I am working on a project to make a database of the files I have on current directory. And one of the details I want about my files is the file permissions that are set with chmod in ubuntu. (just a note: I will be needing the group and owner info too - like chown- and if you could let me know if boost can retrieve the ownership info too that'd be great.) I am using boost filesystem library and I have checked the documentation for numerous times but couldn't find how to get the permissions.