• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Move 2 Linux [ :(]

Participant ,
Mar 08, 2007 Mar 08, 2007

Copy link to clipboard

Copied

Hi f,m,& others
we are moving our coldfusion apps from a win server to a linux box...our concern is the case sensitivity..Our file names or directory names and sometimes a call to another page within the code might cause a page not to displayed...
Is there a way to make all instances a lower case name including folder names...Not manually...using a CF code...If you have any on hand, we will appreaciate ...Thx all.
TOPICS
Advanced techniques

Views

199

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Mar 10, 2007 Mar 10, 2007

Copy link to clipboard

Copied

This does not seem like it should be difficult. Cfdirectory and cffile should do it, easily on the windows box. A basic CFMX7 example that may do it for you is below. You may have to do a little more in cfmx6 since cfdirectory will not recurse, you will need to code it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 12, 2007 Mar 12, 2007

Copy link to clipboard

Copied

LATEST
Thanks man..

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation