VPStreamFinder GetFileStream Method Virtual Photonics - VTS Library
Virtual Photonics
Returns a stream from the local file system. In the case of Silverlight, this stream is from isolated storage.

Namespace: Vts.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static Stream GetFileStream(
	string filename,
	FileMode fileMode
)

Return Value

Type: OnlineStream
Stream of data
See Also