Connecting Tech Pros Worldwide Help | Site Map

Specifying current directory

Nicholas
Guest
 
Posts: n/a
#1: Jul 17 '05
How can I redirect the file transferred from the stream to the current
directory in Java? Is it possible?

Thanks


Roedy Green
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Specifying current directory


On Sat, 06 Sep 2003 17:54:04 GMT, "Nicholas" <nich@yahoo.com> wrote or
quoted :
[color=blue]
>How can I redirect the file transferred from the stream to the current
>directory in Java? Is it possible?[/color]

See http://mindprod.com/fileio.html

You have to read the console and write to a file in the current
directory.


--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Closed Thread