The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
FileInfo::Open Method
.NET Framework (current version)
Opens a file with various read/write and sharing privileges.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Open(FileMode) | Opens a file in the specified mode. |
![]() | Open(FileMode, FileAccess) | Opens a file in the specified mode with read, write, or read/write access. |
![]() | Open(FileMode, FileAccess, FileShare) | Opens a file in the specified mode with read, write, or read/write access and the specified sharing option. |
Show:
