Gets file from storage.

Namespace: MonoSoftware.MonoX.FileSystem
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
Stream GetFile(
	string path
)
Visual Basic
Function GetFile ( 
	path As String
) As Stream
Visual C++
Stream^ GetFile(
	String^ path
)
F#
abstract GetFile : 
        path : string -> Stream 

Parameters

path
Type: System..::..String
Full path.

Return Value

Type: Stream
File content stream.

See Also