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

5
LINES

< > BotCompany Repo | #1034210 // linux_gioOpen

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

Libraryless. Click here for Pure Java version (5021L/28K).

svoid linux_gioOpen(File f) ctex {
  print("linux_gioOpen " + f2s(f);
  ProcessBuilder pb = new("gio", "open", f2s(f));
  pb.start();
}

Author comment

Began life as a copy of #1034208

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034210
Snippet name: linux_gioOpen
Eternal ID of this version: #1034210/2
Text MD5: 0e938efba1f16594e6089c5fac073bbd
Transpilation MD5: cf6c28a0711b2e4306e697cc96da3b90
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-28 23:23:51
Source code size: 139 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 71 / 112
Version history: 1 change(s)
Referenced in: [show references]