fileAttributesViewOrNull

Platform and version requirements: JVM (1.5), JRE7 (1.5)
fun <reified V : FileAttributeView> Path.fileAttributesViewOrNull(
    vararg options: LinkOption
): V?

Returns a file attributes view of a given type V or null 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.

See Also

Files.getFileAttributeView

© 2010–2021 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io.path/java.nio.file.-path/file-attributes-view-or-null.html