PDA

View Full Version : How to place a File in a required directory


sreedhar_kumar
03-01-2005, 05:42 AM
Hi all,


My EXE file has to place a WAR File inside a directory called c:\tomcat\webapps. So, how can I ask user to select a Directory called "c:\tomcat\webapps" i.e. I need to ask user as "Please select Tomcat Webapps directory".


Thanks in advance,

Sreedhar Kumar

Corey
03-01-2005, 06:17 AM
Hi Sreedhar, this should be the ticket:

http://www.indigorose.com/webhelp/suf70/Program_Reference/Actions/Dialog.FolderBrowse.htm

Hope that helps. :)