Multiple file paths as parameters

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
samspecs
Posts: 1
Joined: Tue Oct 02, 2007 7:52 pm

Multiple file paths as parameters

Post 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
User avatar
Nicholas Jordan
Posts: 124
Joined: Mon Dec 20, 2004 12:33 am
Location: Central Texas ISO Latin-1
Contact:

passing filenames to javac

Post 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.
Post Reply