Skip to content

File IO

Mario Gutierrez edited this page Jan 7, 2017 · 4 revisions

System.IO contains many classes for file I/O.

  • BinaryReader
  • BinaryWriter
  • BufferedStream
  • Directory
  • DirectoryInfo
  • DriveInfo
  • File
  • FileInfo
  • FileStream
  • FileSystemWatcher
  • MemoryStream - random access to data stored in memory rather than in a physical file.
  • Path
  • StreamWriter
  • StreamReader
  • StringWriter
  • StringReader

Clone this wiki locally