Click or drag to resize

FileStream Methods

The FileStream type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the file.
Public methodStatic memberDelete
Deletes the specified file.
Public methodEquals (Inherited from Object.)
Public methodExists
Returns a boolean value indicating whether the file exists.
Protected methodFinalize (Inherited from Object.)
Public methodFlush
Flushes the file contents.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOpen
Opens the file.
Public methodRead
Reads data from the file.
Public methodToString (Inherited from Object.)
Public methodWrite
Writes data to the file.
Public methodWriteTo
Writes data to the file.
Top
See Also