MCPcopy Create free account
hub / github.com/ReadyTalk/avian / setExecutable

Method setExecutable

classpath/java/io/File.java:136–136  ·  view source on GitHub ↗
(String path, boolean executable, boolean ownerOnly)

Source from the content-addressed store, hash-verified

134 }
135
136 private static native boolean setExecutable(String path, boolean executable, boolean ownerOnly);
137
138 public boolean setExecutable(boolean executable) {
139 return setExecutable(executable, true);

Callers 1

Calls

no outgoing calls

Tested by 1