Experts-
I have a <cfif> question that I am hoping to get some suggestion about. I'm currently storing #jpg# file names in my db, and storing the actual file in a folder called jpegFile/thumb/#jpg# The name in the database gets set automatic when someone inserts the record, but the file may not necessarily be in the folder yet. I want to check if the file exists in the folder. If not I want to display a message. I'm assuming I'll be using a <cfif>, but not sure how to check if it exists in that folder. Any help would be greatly appreciated
Start Free Trial