File Attributes int the NIO.2 API Posted by By Andrei Ciobanu December 5, 2013Posted inJava, NIO, Uncategorized1 Comment Introduction With NIO.2 we can easily determine the attributes of a file by using the java.nio.file.attribute package. Various file systems have different properties associated with files but NIO.2 groups the…