We’re doing an off season project involving using Java for some file IO on the cRIO. We would like to search a directory for all file names containing a certain string, but it appears that unlike the File objects in Java SE, FileConnection objects lack a list() method that gets the names of all the files in a directory. Does anyone know if it’s possible to accomplish this?
– conwill345, Team 708