'Usage Dim instance As AbstractFile Dim share As FileShare Dim value As Stream value = instance.CreateWrite(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 write data to the file.