Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 boost::filesystem 递归地复制目录。我想排除隐藏文件。是否可以使用 boost 文件系统获取 FAT32 文件属性,如“隐藏”或“存档”?
谢谢,
菲利普
Boost::filesystem 当前将自身限制为 POSIX 文件属性。但是,file_status 类文档表明可以随时扩展实现。我猜这只是在等待有动力去做这项工作的人。