(String path)
| 89 | } |
| 90 | |
| 91 | private static String normalize(String path) { |
| 92 | return stripSeparators |
| 93 | ("\\".equals(FileSeparator) ? path.replace('/', '\\') : path); |
| 94 | } |
| 95 | |
| 96 | public static native boolean rename(String old, String new_); |
| 97 |
no test coverage detected