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

6
LINES

< > BotCompany Repo | #1010698 // linux_fileInRamDisk

JavaX fragment (include)

static File linux_fileInRamDisk(S name) {
  if (!isLinux()) null;
  File dir = newFile("/dev/shm");
  if (dir.isDirectory()) ret newFile(dir, name);
  null;
}

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: #1010698
Snippet name: linux_fileInRamDisk
Eternal ID of this version: #1010698/2
Text MD5: f87a5b2ddae240fdafbe442b69b682e0
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-24 05:09:43
Source code size: 163 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 454 / 515
Version history: 1 change(s)
Referenced in: [show references]