org.jruby.ext.posix.util

Class Chmod

public class Chmod extends Object

Honor semantics of chmod as best we can in pure Java. Note, this uses reflection to be more tolerant of different Java versions.
Method Summary
static intchmod(File file, String mode)

Method Detail

chmod

public static int chmod(File file, String mode)