Searched defs:createNewFile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolder.java389 public boolean createNewFile() throws IOException { method in class:ShellFolder
390 return (isFileSystem() ? super.createNewFile() : false);
/openjdk7/jdk/src/share/classes/java/io/
H A DFile.java1000 public boolean createNewFile() throws IOException { method in class:File
1981 if (!f.createNewFile())

Completed in 37 milliseconds