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

3
LINES

< > BotCompany Repo | #1018710 // filesWithSameBaseName (in same dir)

JavaX fragment (include)

static L<File> filesWithSameBaseName(File f) {
  ret f == null ? emptyList() : fileNamesStartingWith(listFiles(dirOfFile(f)), fileBaseName(f.getName()) + ".");
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018710
Snippet name: filesWithSameBaseName (in same dir)
Eternal ID of this version: #1018710/5
Text MD5: 4a4bf3f3e9c66eb3ce40f335ef5b2d6c
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-11 17:21:47
Source code size: 163 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 245 / 293
Version history: 4 change(s)
Referenced in: [show references]