VB Creating a New Folder - TechRepublic
General discussion
March 8, 2001 at 12:57 AM
true_texan

VB Creating a New Folder

by true_texan . Updated 24 years, 11 months ago

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.

This discussion is locked

All Comments