Specifying current directory

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nicholas

    Specifying current directory

    How can I redirect the file transferred from the stream to the current
    directory in Java? Is it possible?

    Thanks


  • Roedy Green

    #2
    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.

    Comment

    Working...