Create a Nested Folder Structure using VBScript

Description: The Filesystem Object cannot create a nested folder structure in a single invocation of the CreateFolder method.  For example, if we tried executing the following code it would return a ‘Path Not Found’ error unless c:\alkanesolutions\ already exists: objFSO.CreateFolder “c:\alkanesolutions\test\” The function below resolves … Continue reading