Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1017253 // filesInDirWithExtension - synonym of listFilesWithExtension

JavaX fragment (include)

static L<File> filesInDirWithExtension(File dir, S ext) {
  ret listFilesWithExtension(dir, ext);
}



static L<File> filesInDirWithExtension(S ext, File dir) {
  ret listFilesWithExtension(ext, dir);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017253
Snippet name: filesInDirWithExtension - synonym of listFilesWithExtension
Eternal ID of this version: #1017253/1
Text MD5: 09f669e5995dceedf2705477888f9206
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-15 16:09:01
Source code size: 204 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 250 / 295
Referenced in: [show references]