Chapter 28. Working with I/O

Almost every application must deal with input and output. I/O is an incredibly broad term that could apply to user interaction all the way to making calls over a network. From a narrower point of view, file operations are commonly referred to as I/O operations.

In this chapter, we look at what the Base Class Library (BCL) classifies as I/O by means of the System.IO namespace, which mostly deals with operations on files and directories. This chapter ...

Get C# 4.0 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.