I need to check if a file already exists in a given directory with a
matching prefix, i.e.:
 
ABC123_99.txt being uploaded into a directory that contains
ABC123_127.txt (or ABC123_ followed by anything)
should be caught.
 
Is there an easy way to accomplish this?  I tried FileExists with a
wildcard (*) but it sees this as a literal and does not catch anything.
 
Thanks,
Scott

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to