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

Method listFiles

app/src/processing/app/Util.java:388–390  ·  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

386 * @param relative true return relative paths instead of absolute paths
387 */
388 static public String[] listFiles(File folder, boolean relative) {
389 return listFiles(folder, relative, null);
390 }
391
392
393 static public String[] listFiles(File folder, boolean relative,

Callers 15

compileMethod · 0.95
addDataFolderMethod · 0.95
compileMethod · 0.45
getJavaHomeMethod · 0.45
removeDirMethod · 0.45
listFilesImplMethod · 0.45
listJarFilesMethod · 0.45
saveAsMethod · 0.45
startupMethod · 0.45
addJarListMethod · 0.45

Calls 5

listFilesImplMethod · 0.95
sizeMethod · 0.95
getMethod · 0.95
arrayMethod · 0.95
startsWithMethod · 0.80

Tested by 1

compileMethod · 0.36