May 2004
Intermediate to advanced
888 pages
22h 31m
English
Several classes in the System.IO namespace provide the ability to perform both asynchronous and synchronous IO. The directory and file-related classes deal with the directories and files as they exist on disk. Streams deal with reading and writing data to other mediums (including files). For instance, a stream can be a file, memory, or a network share. Table 12.1 lists the various classes for dealing with directories and files.
| Class | Purpose |
|---|---|
| Directory | Provides static methods for performing directory operations such as copying, moving, renaming, creating, and deleting. Methods in the Directory class perform a security check. Therefore, if you intend to perform more than ... |
Read now
Unlock full access