Subversion Repository Public Repository

litesoft

Diff Revisions 300 vs 314 for /trunk/Java/ScarPlus/src/com/esotericsoftware/scar/Utils.java

Diff revisions: vs.
  @@ -109,18 +109,6 @@
109 109 }
110 110
111 111 /**
112 - * Creates the directories in the specified path.
113 - */
114 - static public String mkdir( String path )
115 - {
116 - if ( new File( path = assertNotEmpty( "path", path ) ).mkdirs() )
117 - {
118 - LOGGER.trace.log( "Created directory: ", path );
119 - }
120 - return path;
121 - }
122 -
123 - /**
124 112 * Returns true if the file exists.
125 113 */
126 114 static public boolean fileExists( String path )