- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCreateParentDirs_oneParentNeeded (0.35 seconds)
-
android/guava-tests/test/com/google/common/io/FilesTest.java
File file = file(getTempDir(), "nonexistent.file"); assertTrue(file.getParentFile().exists()); Files.createParentDirs(file); } public void testCreateParentDirs_oneParentNeeded() throws IOException { File file = file(getTempDir(), "parent", "nonexistent.file"); File parent = file.getParentFile(); assertFalse(parent.exists()); try {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 19 18:53:45 GMT 2026 - 22.8K bytes - Click Count (0)