I am creating a new folder using the following code mynewfolder = myFileSystem.CreateFolder(dirDirectory.Path + “\” + NewFolder) using an input box to get NewFolder. However, I get a run-time error #70 saying permission denied if I try and make a new folder under c:\ Is there a way around this? Thank you.