Hi,
I have the following <CFSET's in my index. <cfset DosPath = ListDeleteAt(URL.filename, ListLen(URL.filename, "\"),"\")> <cfset FileNameOnly = ListLast(URL.filename, "\")> <cfset sr1 = replace(LCase(DosPath),"d:\books\","","ALL")> <cfset sr2 = ListFirst(sr1, "\")> <cfset MyFontDir = "\other\fontload\#auth#\#sr2#"> but when I try to load it I keep getting this error. Error Occurred While Processing Request Error Diagnostic InformationAn error occurred while evaluating the expression: DosPath = ListDeleteAt(URL.filename, ListLen(URL.filename, "\"),"\")Error near line 30, column 7. Error resolving parameter URL.FILENAME The specified URL parameter cannot be found. This problem is very likely due to the fact that you have misspelled the parameter name. ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

