MCPcopy Index your code
hub / github.com/benfry/processing4 / listFiles

Method listFiles

app/src/processing/app/Util.java:462–464  ·  view source on GitHub ↗

Recursively creates a list of all files within the specified folder, and returns a list of their relative paths. Ignores any files/folders prefixed with a dot. @param relative true return relative paths instead of absolute paths

(File folder, boolean relative)

Source from the content-addressed store, hash-verified

460 * @param relative true return relative paths instead of absolute paths
461 */
462 static public String[] listFiles(File folder, boolean relative) {
463 return listFiles(folder, relative, null);
464 }
465
466
467 static public String[] listFiles(File folder, boolean relative,

Callers 15

compileMethod · 0.95
addDataFolderMethod · 0.95
getJavaHomeMethod · 0.45
removeDirMethod · 0.45
listFilesImplMethod · 0.45
listJarFilesMethod · 0.45
cleanTempFoldersMethod · 0.45
openSketchBundleMethod · 0.45
saveAsMethod · 0.45
cleanTempFilesMethod · 0.45

Calls 4

listFilesImplMethod · 0.95
sizeMethod · 0.95
getMethod · 0.95
toArrayMethod · 0.95

Tested by 1

compileMethod · 0.36