(String fileName)
| 49 | protected String fileName; |
| 50 | |
| 51 | public static FileIO createConnection(String fileName) { |
| 52 | return new FileJDK(fileName); |
| 53 | } |
| 54 | |
| 55 | public List<File> fileList(boolean directoriesOnly) throws IOException{ |
| 56 | if (fileName.length()==0) return rootDirs(); |
no outgoing calls
no test coverage detected