'Usage Dim instance As AbstractFile Dim overwrite As Boolean Dim value As Stream value = instance.OpenWrite(overwrite)
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.