1 | svoid makeWriteableForAll(File file) ctex {
|
2 | if (!isWindows()) |
3 | try {
|
4 | makeWriteableForAll_java7(file); |
5 | } catch {
|
6 | warn("Java 6 fallback for makeWriteableForAllW");
|
7 | backtick("chmod a+rw " + bashQuote(file));
|
8 | } |
9 | } |
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: | 346 / 377 |
| Referenced in: | [show references] |