MCPcopy Index your code
hub / github.com/processing/processing / removeDir

Method removeDir

app/src/processing/app/Util.java:307–309  ·  view source on GitHub ↗

Remove all files in a directory and the directory itself. Prints error messages with failed filenames. Does not follow symlinks.

(File dir)

Source from the content-addressed store, hash-verified

305 * Prints error messages with failed filenames. Does not follow symlinks.
306 */
307 static public boolean removeDir(File dir) {
308 return removeDir(dir, true);
309 }
310
311 /**
312 * Remove all files in a directory and the directory itself.

Callers 10

deleteFileMethod · 0.95
handleDeleteCodeMethod · 0.95
saveAsMethod · 0.95
deleteTempMethod · 0.95
deleteFlaggedMethod · 0.95
updateFlaggedMethod · 0.95
installMethod · 0.95
copyAndLoadMethod · 0.95
removeMethod · 0.95
CommanderMethod · 0.95

Calls 3

deleteMethod · 0.80
listFilesMethod · 0.45
printlnMethod · 0.45

Tested by

no test coverage detected