Click or drag to resize

Utils_FileCopyStreamFromFile Method

Gets a stream from a file that will not keep the file locked.

(Because the file stream is copied).

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void CopyStreamFromFile(
	FileInfo file,
	Stream outputStream
)

Parameters

file
Type: System.IOFileInfo
outputStream
Type: System.IOStream
See Also