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

6
LINES

< > BotCompany Repo | #1003761 // standardFilesTable

JavaX fragment (include)

static L standardFilesTable(L<File> files) {
  new L data;
  for (File f : files)
    data.add(litorderedmap("Name", f.getName(), "Location", f.getParentFile().getAbsolutePath()));
  ret data;
}

Author comment

Began life as a copy of #1003639

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003761
Snippet name: standardFilesTable
Eternal ID of this version: #1003761/1
Text MD5: 8da58da0d59582564627295a2d1d9fd7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-26 22:20:37
Source code size: 199 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 390 / 410
Referenced in: [show references]