'Declaration Public Overloads Function OpenWrite( _ ByVal overwrite As Boolean, _ ByVal share As FileShare _ ) As Stream
'Usage Dim instance As AbstractFile Dim overwrite As Boolean Dim share As FileShare Dim value As Stream value = instance.OpenWrite(overwrite, share)
Parameters
- overwrite
true if existing data for the item should be replaced; false if existing data should be preserved, appending new data at the end.
- share
- A System.IO.FileShare constant that determines how the file will be shared with different processes.