How can I get the arguments to a command called with runCommand to
perform wildcard expansion?

For example, if I call runCommand("ls", "*/*/Test.*"), runCommand
calls "ls */*/Test.*" instead of correctly calling ls with the
arguments after doing wildcard expansion.

Is there a way to get this behavior using runCommand?
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to