jeudi 7 janvier 2021

Copy all files from one directory to another or copy entire directory

I'm working on Linux machine and I'm trying to copy the entire folder from a SRC to DST using c++11 (no filesystem as in C++17)

For now, the solution I implemented creates a new DEST directory and then copy the files one at a time.

I wish to make the code more robust.

Aucun commentaire:

Enregistrer un commentaire