There's a java function for it... And I know I have it
somewhere....but can't remember where.

On Mon, Jun 8, 2009 at 8:19 AM, Maureenwrote:
>
> <cffunction name="getOSPathDelimeter" returntype="string">
>                <cfset var r = "" />
>                <cfif SERVER.OS.name CONTAINS "windows">
>                        <cfset r = "\" />
>                <cfelse>
>                        <cfset r = "/" />
>                </cfi

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:298138
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to