mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user