Lecture overview -- Keyboard shortcut: 'u'  Previous page: The using control structure -- Keyboard shortcut: 'p'  Next page: Readers and Writers in C# -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Input and Output Classes - slide 8 : 40

More FileStream Examples
A program that copies a file
copy-file-1.cs
A FileCopy method in a source file copy-file.cs - uses two FileStreams.
sample-use
A sample activation of the file copy program.
Go to exercise
A variant of the file copy program