recursive folder scanning in c++

前端 未结 6 474
小鲜肉
小鲜肉 2020-12-07 23:45

I want to scan a directory tree and list all files and folders inside each directory. I created a program that downloads images from a webcamera and saves them locally. This

6条回答
  •  臣服心动
    2020-12-08 00:14

    I think if you can use Qt/Embedded, there are QDir and QFileInfo classes which can help you, though it depends if you can use the Qt. The question is which API your system provides.

提交回复
热议问题