Creates a new file with the specified path and returns a System.IO.Stream backed by it. The is overwritten if it already exists, and is only guaranteed to allow sequential write access.
The full path of the file to create in the FileSystem.
Hints used to optimize performance of the returned System.IO.Stream.
Cancellation token.
System.IO.Stream backed by the newly created file.