Input and Output Classes
- slide 8 : 40
More FileStream Examples
A program that copies a file
A similar program used to illustrate possible errors
A FileCopy method in a source file copy-file.cs - uses two FileStreams.
A sample activation of the file copy program.
A variant of the file copy program