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

9
LINES

< > BotCompany Repo | #1031910 // filesIn - synonym of listFilesOnly

JavaX fragment (include)

static L<File> filesIn(S dir) {
  ret listFilesOnly(dir);
}



static L<File> filesIn(File... dirs) {
  ret listFilesOnly(dirs);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1031910
Snippet name: filesIn - synonym of listFilesOnly
Eternal ID of this version: #1031910/1
Text MD5: 2a614c708f55eddcb47a49a0de66e285
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-07-25 06:50:24
Source code size: 132 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 89 / 109
Referenced in: [show references]