On Tuesday, Oct 22, 2002, at 19:20 US/Pacific, S. Isaac Dealey wrote: > Quick question for anyone using *nix and / or Apache. > > Using IIS on a windows server, file paths can be specified in <cffile> > and > <cfdirectory> using / or \ interchangeably. I'm guessing this isn't > true for > *nix servers, but I wanted to verify this before I put a ton of work > into a > modification that may not be necessary to support *nix servers.
I'm not sure about the \/ issue (I'd expect only / to be supported) but you will also need to be aware of case sensitivity - we've adopted a "lowercase only" filename policy (with two notable exceptions: Application.cfm and OnRequestEnd.cfm) for *all* filenames associated with the system. "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

