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

7
LINES

< > BotCompany Repo | #1020197 // nircmdc_exe - automatically downloads

JavaX fragment (include)

static File nircmdc_exe() {
  File f = loadLibrary(#1400167);
  File f2 = newFile(f2s(f) + ".exe");
  if (fileSize(f2) != fileSize(f))
    copyFile(f, f2);
  ret f2;
}

Author comment

Began life as a copy of #1009700

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020197
Snippet name: nircmdc_exe - automatically downloads
Eternal ID of this version: #1020197/3
Text MD5: 2ec5eaba8404d71fb1424d2c93d15b7c
Author: stefan
Category: javax / sound
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-03 14:18:10
Source code size: 173 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 217 / 247
Version history: 2 change(s)
Referenced in: [show references]