fileAttributesView

JVM
JRE7
1.5
fun < reified V : FileAttributeView > Path . fileAttributesView (
vararg options : LinkOption
) : V

(source)

Returns a file attributes view of a given type V or throws an UnsupportedOperationException if the requested attribute view type is not available..

The returned view allows to read and optionally to modify attributes of a file.

Parameters

V - the reified type of the desired attribute view, a subtype of FileAttributeView .

See Also

Files.getFileAttributeView