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 !!
