>Mike Nimer posted this somewhere, but I'm not sure where:
This is what Mike posted:
1.) The formula is: "cf" + filename + hashCode
The fully canonicalized filename is used, with "/" as the directory
seperator. The following substitutions are made in the filename:
1.) / becomes __
2.) any other character which would be illegal in a Java
identifier is represented as 2 hex digits
hashCode is the hashCode() of the File object which represents this
file as documented at
http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#hashCode()
If the hashCode() is negative, it is exclusive-OR'd with 0xFFFFFFFF
to get the value used by ColdFusion.
hth,
---nimer
_____________________________________________
Pete Freitag
CTO, CFDEV.COM
http://www.cfdev.com/
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.