> path::combine( "A", "B" )
> 
> correctly gives A/B for mac and A\B for window
> 
> but I was hoping that
> 
> path::combine ( "A", "B/C") would correctly give A/B/C for mac and
A\B\C
> for
> windows.

Path::combine(Path::combine("A", "B"),"C") or similar should work.

BOb

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to