I can set the objective folder name and print it's contents using
Set objFolder = objFSO.GetFolder(objStartFolder)
But is there a way to check if the folder exists then print the contents in command line?
I can set the objective folder name and print it's contents using
Set objFolder = objFSO.GetFolder(objStartFolder)
But is there a way to check if the folder exists then print the contents in command line?