Checking a folder for files

(imported topic written by khouck)

I have been asked to create a group to show PC’s that have files in a specific folder (say D:\Temp). It doesn’t matter what the files are, it just needs to be relevant if ANY files are present. I know how to look for a specific file in a specific folder and how to find a specific file anywhere on the PC, but I can’t figure out how to show if any files are present in a specific folder. Note: The folder exists, it just needs to be empty.

Any help would be greatly appreciated. Thanks

(imported comment written by jessewk)

exists file of folders “D:\Temp”

(imported comment written by khouck)

Of course, how simple. Thanks, Jesse, that did it.