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

5
LINES

< > BotCompany Repo | #1025088 // deletableProgramJars

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (6893L) is out of date.

static L<File> deletableProgramJars() {
  Set<S> names = namesOfLoadedProgramJars();
  ret [File f : filesInDirs(javaxCachesDir("Compilations"), javaxCachesDir(#1001638))
    | hasExtension(f, ".jar") && !names.contains(fileName(f))];
}

Author comment

Began life as a copy of #1019147

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1025088
Snippet name: deletableProgramJars
Eternal ID of this version: #1025088/4
Text MD5: ef8ac257d9cda4dc9f2b580a350d5194
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-23 04:58:52
Source code size: 240 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 190 / 272
Version history: 3 change(s)
Referenced in: [show references]