Changeset 269 for framework/trunk/fuseboxCircuit.cfc
- Timestamp:
- 12/13/06 23:40:02 (2 years ago)
- Files:
-
- 1 modified
-
framework/trunk/fuseboxCircuit.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/fuseboxCircuit.cfc
r267 r269 96 96 <cfelse> 97 97 <!--- explicit absolute / mapped path: ---> 98 <cfset variables.fullPath = expandPath(variables.relativePath) />98 <cfset variables.fullPath = replace(expandPath(variables.relativePath),"\","/","all") /> 99 99 </cfif> 100 100 <cfelse>
