Re: [NAnt-users] Traversing Directories

2006-03-28 Thread Rod Ayers
Title: Re: [NAnt-users] Traversing Directories Hi bryan Doesn't matter...I've done it to though not on purpose Somewhere in nant doc it say nant will handle the platform differeces Rod -- Sent from my BlackBerry Wireless Handheld ---

RE: [NAnt-users] Traversing Directories

2006-03-28 Thread Stephen Tunney
‘\’.   Stephen Tunney, MCAD.NET From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryan D. Andrews Sent: March 28, 2006 3:23 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Traversing Directories   Does it matter if I use ..\.. or ../.. to nant for traversing directories

[NAnt-users] Traversing Directories

2006-03-28 Thread Bryan D. Andrews
Does it matter if I use ..\.. or ../.. to nant for traversing directories and web paths? I ask because we have some nant scripts that have these mixed and it *seems* to work both ways.   Advice appreciated.