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.
    • Constructor Detail

      • Chmod

        public Chmod()
    • Method Detail

      • chmod

        public static int chmod​(File file,
                                String mode)