Java IO question

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

This is a shortcoming of the current FRC Java implementation; if such a method exists, I have not been able to find it.