'Usage Dim instance As AbstractFile Dim share As FileShare Dim value As Stream value = instance.OpenRead(share)
Parameters
- share
- A System.IO.FileShare constant that determines how the file will be shared with different processes.
Return Value
A System.IO.Stream object that can be used to read data from the file.