Reputation: 2881
How to set NTFS file permissions in java?
Upvotes: 2
Views: 2090
Reputation: 2727
It will be possible with NIO2 in Java 7. Look at this tutorial http://java.sun.com/docs/books/tutorial/essential/io/fileAttr.html, especially getAcl() and setAcl() methods.
Upvotes: 2