FileStream Methods |
The FileStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Closes the file.
|
![]() ![]() | Delete |
Deletes the specified file.
|
![]() | Equals | (Inherited from Object.) |
![]() | Exists |
Returns a boolean value indicating whether the file exists.
|
![]() | Finalize | (Inherited from Object.) |
![]() | Flush |
Flushes the file contents.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Open |
Opens the file.
|
![]() | Read |
Reads data from the file.
|
![]() | ToString | (Inherited from Object.) |
![]() | Write |
Writes data to the file.
|
![]() | WriteTo |
Writes data to the file.
|