Hi i wanted to know if there is a java API for changing file permissions for a file on linux OS
How to change file permissions using java
Collapse
X
-
Originally posted by pramod12Which file API are you taking about i want to change owner and group permissions of a file
The Java articles index also has a link to the API docs. Bookmark it.Comment
-
Originally posted by pramod12Which file API are you taking about i want to change owner and group permissions of a file
Hint: pay special attention to the class name in boldface.
kind regards,
JosComment
-
Originally posted by JosAHAhem, second attempt: have you read the API documentation for the File class?
Hint: pay special attention to the class name in boldface.
kind regards,
JosComment
Comment