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
Multiple file paths as parameters
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
- Nicholas Jordan
- Posts: 124
- Joined: Mon Dec 20, 2004 12:33 am
- Location: Central Texas ISO Latin-1
- Contact:
passing filenames to javac
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