pekko/akka-docs/src/main/paradox/stream/operators/FileIO/toPath.md
Konrad Malawski 054b70c41b Move stream documentation to their own files
And generate the index
2018-04-23 13:18:25 +02:00

320 B

FileIO.toPath

Create a sink which will write incoming ByteString s to a given file path.

@refFile IO Sinks and Sources

@@@div { .group-scala }

Signature

@@signature FileIO.scala { #toPath }

@@@