Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UNIX Case issues

Status
Not open for further replies.

VincentKyle

Technical User
Nov 7, 2000
1
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top