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 and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 8 : 40
Object-oriented Programming in C#
Input and Output Classes
More FileStream Examples

A program that copies a file

 

/user/normark/oop-csharp-1/sources/c-sharp/io/filestream-ex/file-copy/copy-file-1.csA FileCopy method in a source file copy-file.cs - uses two FileStreams.


/user/normark/oop-csharp-1/sources/c-sharp/io/filestream-ex/file-copy/sample-useA sample activation of the file copy program.


Go to exerciseA variant of the file copy program