Click or drag to resize

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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Stream OpenWrite()

Return Value

Type: Stream
A stream which can be used to write to the temporary file.
See Also