Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ IO with Hard Drive

I was wondering if there was any kind of portable (Mac&Windows) method of reading and writing to the hard drive which goes beyond iostream.h, in particular features like getting a list of all the files in a folder, moving files around, etc.

I was hoping that there would be something like SDL around, but so far I haven't been able to find much.

Any ideas??

like image 396
Tomas Avatar asked Dec 02 '22 05:12

Tomas


1 Answers

Could Boost Filesystem possibly be what you're after?

like image 185
Smashery Avatar answered Dec 04 '22 19:12

Smashery