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

7
LINES

< > BotCompany Repo | #1011260 // listFilesNotDirs - synonym of listFilesOnly - list only the files (not directories)

JavaX fragment (include)

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

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

Author comment

Began life as a copy of #1005311

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1011260
Snippet name: listFilesNotDirs - synonym of listFilesOnly - list only the files (not directories)
Eternal ID of this version: #1011260/3
Text MD5: 5962dd2bcca1d5673ff5ef1c97797727
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-27 17:59:34
Source code size: 152 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 350 / 377
Version history: 2 change(s)
Referenced in: [show references]