set Posix File Permissions
inline fun Path.setPosixFilePermissions(value: Set<PosixFilePermission>): Path
Content copied to clipboard
Sets the POSIX file permissions for the file located by this path.
Since Kotlin
1.5
See also
Throws
kotlin. Unsupported Operation Exception
if the associated file system does not support the PosixFileAttributeView.