Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

VFile.OpenRead Method

Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9147)

OpenRead(String)

Method returns an instance of the read-only VFileStream for a file identified by the path. A caller must dispose the returned stream. Calling the method is equivalent to calling the method Open(String, FileMode, FileAccess) with arguments Open(path, FileMode.Open, FileAccess.Read).

Declaration
public static VFileStream OpenRead(string path)
Parameters
Type Name Description
String path

The path of the file.

Returns
Type Description
VFileStream

An instance of the read-only VFileStream for a file identified by the path.

In This Article
  • OpenRead(String)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies