9
Java FileOutputStream Tạo tệp nếu không tồn tại
Có cách nào để sử dụng FileOutputStream theo cách mà nếu một tệp (Tên tệp chuỗi) không tồn tại, thì nó sẽ tạo ra nó? FileOutputStream oFile = new FileOutputStream("score.txt", false);