Overload | Description |
---|---|
OpenWrite(Boolean) | Opens the file for writing. |
OpenWrite(Boolean,FileShare) | Opens the file for writing with the specified file sharing mode. |
OpenWrite(FileSystemEvents,Object,Boolean) | Opens the file for writing and raises events during the process. |
OpenWrite(FileSystemEvents,Object,Boolean,FileShare) | Opens the file for writing with the specified file sharing mode and raises events during the process. |
OpenWrite(FileSystemEvents,Object,Boolean,FileShare,FileOptions) | Opens the file for writing with the specified file sharing mode, file options and raises events during the process. |
OpenWrite(FileSystemEvents,Object,Boolean,AbstractFile,FileShare,FileOptions) | |
OpenWrite(FileSystemEvents,Object,Object,Boolean,AbstractFile,FileShare,FileOptions) | |
OpenWrite(FileSystemEvents,Object,Object,Boolean,AbstractFile,FileShare,FileOptions,Boolean,Stream) |