openOutputChannel
Opens this Url for writing (or, if append, for appending), e.g. to back open(Url, write, Stream) (see it.unibo.tuprolog.solve.libs.io.primitives.Open3).
Writing is only supported for Url.isFile URLs on the JVM, and is never supported on JS.
Throws
if this Url is not a writable file (on the JVM), or unconditionally on JS.
Only supported for local files under Node: browsers have no writable local file system, and this module never supports writing to remote resources (on any platform).
Throws
unless Url.isFile&&isNode.
Only supported for Url.isFile URLs: writing to a remote resource is never supported (on any platform).
Throws
unless Url.isFile.