VincentKyle
Technical User
I have a situation where some CF code looks for filenames in a directory using the FileExists() function. The filename is broken up using a variable to accommodate for different product numbers (e.g. "product_" & prodnum & ".htm"
. Then the template file is grabbed and implemented. My question is: is there any way I can make that FileExists() function case-insensitive? Is there a way to pass it mYpRoDuCt, and find MYPRODUCT?
Thanks,
Kyle
Thanks,
Kyle