static File[] listFiles(File dir) { File[] files = dir == null ?: dir.listFiles(); return files == null ? new File[0] : files; } static File[] listFiles(S dir) { ret listFiles(new File(dir)); }
download show line numbers debug dex old transpilations
Travelled to 17 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
ID | Author/Program | Comment | Date |
---|---|---|---|
1129 | stefan | Actually lists files and directories, just like File.listFiles() | 2015-10-16 20:58:25 |