Page 1 of 1

Multiple file paths as parameters

Posted: Tue Oct 02, 2007 8:46 pm
by samspecs
I need to pass 2 or more file paths as parameters to a compare tool.

The $File parameter is only good to get the path of the active file.
Is there a way to select multiple files in the Document Selector and launch the tool so it automatically picks up the names. Maybe an array of selected file names?

Thanks in advance

passing filenames to javac

Posted: Sat Oct 27, 2007 12:13 am
by Nicholas Jordan
The document selector has nothing to do with passing filenames to javac. You have several ways to go about this.
  • *.java on the command line
  • list of files separated by spaces
  • see if there is a way to get java to look at all files in a directory
The only way I can see selectively presenting files to javac is to enter them by hand.