开发者

Is there any platform-independent Lib to work with filesystem?

开发者 https://www.devze.com 2023-02-03 19:55 出处:网络
Is there any open source Lib using which I can implement cross-platform working \"Directory Listing\" program (i.e the lib which works wit开发者_C百科h file-system) and should work on (win, linux, sol

Is there any open source Lib using which I can implement cross-platform working "Directory Listing" program (i.e the lib which works wit开发者_C百科h file-system) and should work on (win, linux, solaris, mac 32 and 64 bit distributions)? I have looked in boost, but couldn't find such thing. Maybe I wasn't enough attentive...


boost has boost::filesystem


I guess this is what you were looking for in boost.

0

精彩评论

暂无评论...
验证码 换一张
取 消