List Files
in
Programming Questions
•
8 months ago
Hi,
i wrote this simple code to try if the object "File" works, but it doesn't...
----------------------------------------------
import java.io.File;
File dir = new File("/Documenti/Processing/PhotoMultiPhoto/data");
String[] names = dir.list();
println(names.length);
----------------------------------------------
i really need to list files names from a folder, but if this don't work i don't know what to do, can someone help me?
i wrote this simple code to try if the object "File" works, but it doesn't...
----------------------------------------------
import java.io.File;
File dir = new File("/Documenti/Processing/PhotoMultiPhoto/data");
String[] names = dir.list();
println(names.length);
----------------------------------------------
i really need to list files names from a folder, but if this don't work i don't know what to do, can someone help me?
1