  | DfsClientOpenFile Method  | 
 
            Opens the specified file on the distributed file system for reading.
            
 
    Namespace: 
   Ookii.Jumbo.Dfs.FileSystem
    Assembly:
   Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntaxpublic override Stream OpenFile(
	string path
)
Public Overrides Function OpenFile ( 
	path As String
) As Stream
public:
virtual Stream^ OpenFile(
	String^ path
) override
abstract OpenFile : 
        path : string -> Stream 
override OpenFile : 
        path : string -> Stream Parameters
- path
 - Type: SystemString
The path of the file. 
Return Value
Type: 
StreamA 
Stream that can be used to read the contents of the file.
See Also