R
Rex_chaos
I am a c programmer and new to C++. In C, I am familiar with some
operations on file. Now when shifting from c to c++, using iostream, I
have no idea how to perform the following operations
1. check if a file or directory exists or not
2. delete all the files under a given directory
3. rename
operations on file. Now when shifting from c to c++, using iostream, I
have no idea how to perform the following operations
1. check if a file or directory exists or not
2. delete all the files under a given directory
3. rename