DisposableTempFileOpenWrite Method |
Opens the temporary file for writing. Requires that
IsCreated is true.
Namespace:
Atalasoft.Shared.IO
Assembly:
Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic Stream OpenWrite()
Public Function OpenWrite As Stream
Return Value
Type:
StreamA stream which can be used to write to the temporary file.
See Also