Chapter 19. Performing File Operations

<feature><title>What You’ll Learn in This Hour</title> <objective>

Using the OpenFileDialog and SaveFileDialog controls

</objective>
<objective>

Manipulating files with System.IO.File

</objective>
<objective>

Manipulating directories with System.IO.Directory

</objective>
</feature>

It’s difficult to imagine any application other than a tiny utility program that doesn’t use the file system. In this hour, you learn how to use controls to make it easy for a user to browse and select files. In addition, you learn how to use the System.IO.File and System.IO.Directory objects to manipulate the file system more easily than you might think. Using these objects, you can delete files and directories, move them, rename them, ...

Get Sams Teach Yourself Visual C# 2008 in 24 Hours: Complete Starter Kit 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.