I am trying to add code to a command button to create a Windows Folder from a combo box. For instance, if the combo box reads ‘NewFolder’, I want the on-click event to create folder C:NewFolder.
The part where I am stuck is what code will actually create the folder.
Thanks!