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

5
LINES

< > BotCompany Repo | #1019995 // localSnippetIDs - list local snippets

JavaX fragment (include)

static L<S> localSnippetIDs() {
  ret map(filesInDirWithExtension(localSnippetsDir(), ".text"), func(File f) -> S {
    "#" + firstIntAsString(f.getName())
  });
}

Author comment

Began life as a copy of #1019994

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019995
Snippet name: localSnippetIDs - list local snippets
Eternal ID of this version: #1019995/6
Text MD5: 08ed3257e261a4cfe86d026d648b95be
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-18 12:54:03
Source code size: 167 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 202 / 237
Version history: 5 change(s)
Referenced in: [show references]