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

9
LINES

< > BotCompany Repo | #1031212 // makeWriteableForAll [dev.]

JavaX fragment (include)

svoid makeWriteableForAll(File file) ctex {
  if (!isWindows())
    try {
      makeWriteableForAll_java7(file);
    } catch {
      warn("Java 6 fallback for makeWriteableForAllW");
      backtick("chmod a+rw " + bashQuote(file));
    }
}

Author comment

Began life as a copy of #1001504

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031212
Snippet name: makeWriteableForAll [dev.]
Eternal ID of this version: #1031212/1
Text MD5: 45f1dd897185a5ea9d3e78e9cf3dac4b
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-05-20 17:22:26
Source code size: 247 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 83 / 96
Referenced in: [show references]