Question: Do In C++ Task #1. Write a C/C++ program (mypingLe or myprog.cpp, and its executable named myprog) to create a few directories as shown below
Do In C++

Task #1. Write a C/C++ program (mypingLe or myprog.cpp, and its executable named myprog) to create a few directories as shown below in your current directory (dirl, dir2), a few files (filel in current directory, file10 in dirl, file20 in dir2, and a symbolic-link linkl (to link to file20) You are going to create the files and directories in depth-first order (and left to right). That is, dirl will be created first, then file10, and so on. You should create linkl (a soft-link to file20) after file20 is created. From your current directory dirl dir2 file1 link1 file10 file20 Copy and paste your program listing (myprogl.c or myprogl.cpp) here Copy and paste the run of your program here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
