This commit is contained in:
Alexey Kudravtsev
2014-04-18 12:25:58 +04:00
parent 1274dbae64
commit d163e52453
@@ -275,6 +275,7 @@ public class FileUtilRt {
@NotNull
public static File createTempFile(@NotNull String prefix, @NotNull String suffix, @NotNull File directory) throws IOException {
// normalize and use only the file name from the prefix
prefix = new File(prefix).getName();
File f;
int i = 0;