TemporaryFileStream Type
A Stream backed by a temporary file that is deleted on Dispose (unless opted out). Optional path for the temporary file; defaults to a system-generated temp file name. When true, the backing file is kept on disk after Dispose.
Constructors
| Constructor |
Description
|
Full Usage:
TemporaryFileStream(?tempFileName, ?doNotDeleteFileAfterDispose)
Parameters:
string
?doNotDeleteFileAfterDispose : bool
Returns: TemporaryFileStream
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.FileName
Returns: string
|
Gets the full path of the temporary file backing this stream.
|
TDesu.FSharp