I get wanting to remove the "/", but you also want all the back slashes from your path? Here's how to remove the forward slashes: <cfset noForwards = Replace(cfhttp.FileContent,"/","","all")>
If you what to remove both at the same time: <cfset noSlashes = ReReplace(cfhttp.FileContent,"\\|\/","","all")> > -----Original Message----- > From: Uwe Degenhardt [mailto:[EMAIL PROTECTED] > Sent: Monday, May 08, 2006 9:04 AM > To: CF-Talk > Subject: supression of / and/or \ > > Hi list, > I want to supress > a "/" or a "\" in an cfhttp.FileContent output like in: > > -------------------------------------- > Error attempting to write data to target file > 'x:\test\customer\cfdocs\sem\1\ljslkjl, H. / Götter Herrscher > Inschriften.htm'. > ------------------------------------- > the "/" in > "H. / Götter Herrscher Inschriften.htm" > is driving me nuts. This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. A1. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239812 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

