JDK-4308394 : Need way to set operating system file permissions from Java
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2000-01-31
  • Updated: 2000-02-25
  • Resolved: 2000-02-18
Related Reports
Duplicate :  
Description

Name: mt13159			Date: 01/30/2000


Currently there is no way to set operating system file permissions
   from Java.  The java.io.FilePermission class added in Java 2 only
   refers to permissions within the Java world; it does not affect what
   the operating system sees.  A new class, or new methods in the
   java.io.File class, is needed to do that.

======================================================================

Comments
EVALUATION This functionality will be provided by the new filesystem interface (4313887). -- mr@eng 2000/2/18
02-08-0184