Search:

Type: Posts; User: Darryl.Burke

Search: Search took 0.17 seconds.

  1. Re: what happens when you supply the same name of a nonexistent input file?

    A better way to learn is to just try it and see for yourself, don't you think?

    db
  2. Re: what happens when you supply the same name of a nonexistent input file?

    Um, unless you are overwriting an existing file, it's normal to "open" a "nonexistent" file for writing by constructing a FileOutputStream etc. with the non-existent file as argument.

    Attempting...
Results 1 to 2 of 2