I am new to c++ programing and working with visual Studio 2015. I want to create a Folder with a Name of current date in a particular path. I searched on the Internet but I was not able to find the satisfactory solution. Moreover I tried by my own but unfortunately the result is not successful. I used _mkdir() and CreateFolder().
For example, if i compile the program today (07.07.2017) then it should create a Folder with a Name: "07072017" and if i compile it again then it should Show the message: "Folder already exists".
Thanks in advance.