Hi all
My bro rang me up, and for some reason he asked me to make him a "simple" program that creates a folder and the user enters the name for that folder then it acopies pre set files in to that new folder.
The folder will be created in the same directory as the program and all the files for moving will also be in the same directory as the program.
For example I called the folder house and then it would look for a file in the same directory as the program and house folder called
blank contact log.doc
and copy the .doc folder into the house folder.
I am learning C so I want to try and code this in C so can anyone give me some help please?
I have googled create directory in C but all i get is C#.
Many thanks
HLA91