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

3
LINES

< > BotCompany Repo | #1026060 // listFilesStartingWith

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2243L/14K).

static L<File> listFilesStartingWith(S prefix, File dir) {
  ret filesStartingWith(prefix, asList(listFiles(dir)));
}

Author comment

Began life as a copy of #1020334

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1026060
Snippet name: listFilesStartingWith
Eternal ID of this version: #1026060/3
Text MD5: 94161744823058527a901011306d4f03
Transpilation MD5: 2e9e4ed74c8459f7e5f576fe603dd12a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-11-18 20:39:44
Source code size: 119 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 116 / 177
Version history: 2 change(s)
Referenced in: [show references]