Click or drag to resize

DisposableTempFileOpen Method

Opens the temporary file with the specified mode, access and share.

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 Open(
	FileMode mode,
	FileAccess access,
	FileShare share
)

Parameters

mode
Type: System.IOFileMode
The file open mode.
access
Type: System.IOFileAccess
The file access.
share
Type: System.IOFileShare
The file share permissions.

Return Value

Type: Stream
See Also