Really? I'll have to try it sometime. I've always used something like
the following:
<cfset fileSeparator = createObject("java",
"java.lang.System").getProperty("file.separator") />

usually in an application scoped variable. that way I've never had to
be concerned about Win'dohs or 'Nix peculiarities.

pardon forgot the <thread_hijack> and </thread_hijack> tags.


On May 19, 12:56 pm, Sean Corfield <[email protected]> wrote:
> On Wed, May 19, 2010 at 9:23 AM, Matthew Woodward <[email protected]> 
> wrote:
> > Oh right, good point--if you're moving from Windows to *nix then of course
> > you'll have file pathing issues and case-sensitivity issues (potentially) so
> > the usual rules apply there. Use ExpandPath() everywhere and pay attention
> > to case regardless of which OS you're running on. ;-)
>
> And use / in file paths (which works on *every* platform) instead of \
> which only works on Windows!
>
> (sorry, my pet peeve about Windows developers!)
> --
> Sean A Corfield -- (904) 302-SEAN
> Railo Technologies, Inc. --http://getrailo.com/
> An Architect's View --http://corfield.org/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>
> --
> Open BlueDragon Public Mailing List
>  http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
>  mailing list -http://groups.google.com/group/openbd?hl=en
>
>  !! save a network - please trim replies before posting !!

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to