Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4248743

(spec) File.createNewFile does not create containing directory

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • 1.2.2
    • core-libs
    • generic
    • generic



      Name: vi73552 Date: 06/22/99


      java.io.File file=new java.io.File(file_name,"rw");
      if (!file.exists()) file.createNewFile();

      Native Method called by createNewFile throws IOException when
      given file does not exist. This behavior should be changed
      in either createNewFile() or in the native method.
      The purpose behind calling createNewFile() is for the file
      to be created. This is thwarted by the IOException.
      (Review ID: 83322)
      ======================================================================

            Unassigned Unassigned
            vasya Vassili Igouchkine (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: