Is there an API to replace the FileSystemObject.GetFolder(strFoderPath)???
Is there an API to replace the FileSystemObject.GetFolder(strFolderPath) function - (referencing the MS Scripting Runtime dll)???
I want to be able to get a folder object to be able to loop through the subfolders and files like the FileSystemObject lets you do. I just do not want to have to include the dll file so I want to be able to do it through the API. Does anyone know if this is possible?? :confused:
Thanks for any help! :D