IFile.Create has different return type than File.Create #779
Labels
area: core
Issues that address the core abstractions & the wrappers
flag: good-first-issue
Issues that are good for first time contributors
state: ready to pick
Issues that are ready for being worked on
type: enhancement
Issues that propose new functionality
Describe the bug
The
IFile.Create()
method returns aStream
, but the "original"File.Create()
returns aFileStream
. This is important, because theFileStream
contains theName
-property with the files name.Expected behavior
IFile.Create()
returns aFileStream
.The text was updated successfully, but these errors were encountered: