How can I possibly make a directory or folder for the uploaded files in C# program? I want to upload files like PDF and store it in my documents>my_folder
.
Also, I want to check if the folder exist then it wont create but if not, it will create a new folder inside the my documents folder.