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

6
LINES

< > BotCompany Repo | #1012084 // urldecodeFileNames

JavaX fragment (include)

static L<S> urldecodeFileNames(L<File> l) {
  new L<S> out;
  for (File f : l)
    out.add(urldecode(f.getName()));
  ret out;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1012084
Snippet name: urldecodeFileNames
Eternal ID of this version: #1012084/2
Text MD5: d224c36d477a309d82f38ce845659508
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-17 11:22:04
Source code size: 133 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 398 / 419
Version history: 1 change(s)
Referenced in: [show references]