I just can’t get around this. I am able to create a file with File.Create… File.CreateText and so on but only if the path exists. If the path doesn’t exist the file won’t be written and returns an error.
How can I create the path?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try
http://www.devx.com/vb2themax/Tip/18678