Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
存在しない場合は、ディレクトリを作成する必要があります。以下にコードを書きました
File backupDir = new File("//test"); // if (!backupDir.exists()) backupDir.mkdirs();
以前は問題なく使用していましたが、今は機能せず、エラーもありません! 何が問題ですか?これを解決するアイデアはありますか?
前もって感謝します