Hello,

This is what I tried to do a comparison of directories that have long file
names:

dircompare '"C:\Program Files\J" "C:\Program Files\J601"'

However this fails as the cutopen verb in the implementation parses on
spaces.

1) Am I using the dircompare verb right? Or is there another way to pass
paths that have spaces?
2) If yes, can the system libraries be consistently extended for file names
that have and donot have spaces? For now, I am making copies of the entire
verb and changing the parts where I need to accommodate long file paths.
I would prefer that the cutopen verb (in stdlib.ijs?) is extended so that
every use of the cutopen verb is taken care off.

Regards,
Yuva
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to