import java.net.URI;
import java.nio.file.Files;
import java.nio.file.Paths;
public class Test {
public static void main(String[] args) throws Exception{
Files.delete(Paths.get(new URI("file:///tmp.txt")));
}
}
Thứ Năm, 13 tháng 2, 2014
Create Path from URI
20:06
No comments
Đăng ký:
Đăng Nhận xét (Atom)
0 nhận xét:
Đăng nhận xét