How to query files through bigfix?

(imported topic written by jskim91)

I have about 1200 servers in a bigfix group I need to query the server to see if they have this file path “c\Documents and Settings\All Users\Application Data\Symantec\Symantec AntiVirus Corporate Edition\7.5” how can I do this in bigfix?

(imported comment written by NoahSalzman)

You can check for the presence of a file or folder with this simple syntax

exists file “c:\foo.txt”

exists folder “c:\users”

Did you need something more complex than just checking that the folder exists?