Yuvaraj Athur Raghuvir wrote:
> Or is there another way to pass paths that have spaces?
Reading the definition of cutopen , it appears that if you box the arguments
yourself, they will be left alone. So this will work:
dircompare 'C:\Program Files\J' ; 'C:\Program Files\J601'
On a cuter note, so would this:
dircompare 'C:\Program Files\J',LF,'C:\Program Files\J601'
and, if your paths had the same length, this:
dircompare 'C:\Program Files\J' ,: 'C:\Program Files\J601'
Note there's no need for double quotes in any case.
-Dan
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm