Class Chmod

java.lang.Object
jnr.posix.util.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.
  • Constructor Details

    • Chmod

      public Chmod()
  • Method Details

    • chmod

      public static int chmod(File file, String mode)