Describe the bug
The IFile.Create() method returns a Stream, but the "original" File.Create() returns a FileStream. This is important, because the FileStream contains the Name-property with the files name.
Expected behavior
IFile.Create() returns a FileStream.
Describe the bug
The
IFile.Create()method returns aStream, but the "original"File.Create()returns aFileStream. This is important, because theFileStreamcontains theName-property with the files name.Expected behavior
IFile.Create()returns aFileStream.