/OS-MINI-TASK-1

A simple c++ program to copy contents of one directory to another( using dirent and read/write system calls)

Primary LanguageC++

OS-MINI-TASK-1

A simple c++ program to copy contents from source to destination. User can provide can give command to copy a file or even an entire directory.

Run Code

./main <src_path> <dest_path>