I want to validate a folder and check that it is empty, but can't figure out how to do this unless I know a filename in the folder. I have tried searching the folder for *.*, but returns a blank when I search a folder containing files. Also, I want to search a folder that may only contain other folders, so I'm not sure how I would do this?

Jeff