Show
Ignore:
Timestamp:
12/13/06 23:40:02 (2 years ago)
Author:
scorfield
Message:

Fixes #139. I'd missed replacing Windows path separators after calling expandPath().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fuseboxCircuit.cfc

    r267 r269  
    9696                        <cfelse> 
    9797                                <!--- explicit absolute / mapped path: ---> 
    98                                 <cfset variables.fullPath = expandPath(variables.relativePath) /> 
     98                                <cfset variables.fullPath = replace(expandPath(variables.relativePath),"\","/","all") /> 
    9999                        </cfif> 
    100100                <cfelse>