open File With Avail Thread
fun openFileWithAvailThread( path: Path, runtime: AvailRuntime, options: Set<OpenOption>, vararg attributes: FileAttribute<*>): AsynchronousFileChannel
Content copied to clipboard
Open an asynchronous file channel for the specified path.
Return
An asynchronous file channel.
Parameters
Throws
If the combination of options is invalid.
If an option is invalid for the specified path.
If the security manager denies permission to complete the operation.
If the open fails for any reason.