I am working on a program, and when it loads, I would like it to create a folder, to store files that will be used in the program, but I don't know how to do this. And upon searching for questions similar to this, I noticed that all of them utilize the FileSystemObject procedure, and I do not have that capability. So my question is: Is there anyway to create a new folder without using FileSystemObject?

Thanks in advance