To the best of my knowledge Application.cfm must always be in that format, 
so yes you need to worry about that.

george


>From: "Erika L Walker" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Community <[EMAIL PROTECTED]>
>Subject: RE: Case sensitivity....
>Date: Tue, 17 Apr 2001 13:36:36 -0400
>
>OK....last question....
>
>I knew it didn't matter on an NT, because we all have different styles of
>coding, so the functions have been coming across mixed, (and try as I might
>to get everyone to conform to a standard, they still come in all different
>ways)....
>
>But we are developing our app on an NT machine, and then transferring over
>to the Unix box, so you can see why I'm concerned (yes, I'd love to develop
>the whole thing on a Unix to begin with, but the customer has not finished
>setting up the web server)
>
>.....so I remember reading somewhere (can't find it now) about
>Application.cfm and how it must be "A"pplication.cfm for the ColdFusion
>server to recognize it as such...... I realize calls to files, including
>images are case sensitive, but in this case, the server calls the
>Application.cfm  ... must we worry about this?
>
>Erika
>
>-----Original Message-----
>From: George Kaytor [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, April 17, 2001 12:49 PM
>To: CF-Community
>Subject: Re: Case sensitivity....
>
>
>Erika,
>
>Cold Fusion is case insensitive. DateFormat and dateformat are the same
>thing to it. The problem with unix based machines is when you access a 
>file.
>For example, Home.cfm and home.cfm are viewed differently. So if your file
>structure has a Home.cfm and your code points to home.cfm, boom you get an
>error. Hope this helps...
>
>George
>
>
> >From: "Erika L Walker" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: CF-Community <[EMAIL PROTECTED]>
> >Subject: Case sensitivity....
> >Date: Tue, 17 Apr 2001 12:04:26 -0400
> >
> >I guess my question was too stupid to illicit a response over on
> >CF-Talk....and I'm sure I know the answer, but I just want to make sure,
> >because I keep seeing all these code samples in answers on the list with
> >people giving no regard to case......so I'm posting it here for you guys,
> >cause I know you luv me! :)
> >
> >In this sample: dateformat(today, "mm/dd/yyyy")
> >
> >Shouldn't the function be DateFormat() in order to work on a Unix system?
> >(<--- haven't developed for Unix yet, but am about to start)......
> >
> >It's like one of those questions, where you know the answer, but you've
> >been
> >looking at code for so long, that you think you are in the twilight zone,
> >and suddenly everything you've ever been taught is wrong and you have to
> >start all over again.
> >
> >Thanks in advance for steering me back to the right solar system.... <g>
> >
> >Erika
> >
> >"Each of us has a fire in our heart for something. It's our goal in life 
>to
> >find it and keep it lit." - Unknown
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to