Overload | Description |
---|---|
CreateWriteStream(IWritableFileInfo) | Creates a new file with read/write access, returning a System.IO.Stream to access its data. |
CreateWriteStream(IWritableFileInfo,FileMode) | Creates or opens a file with read/write access, returning a System.IO.Stream to access its data. |