Click or drag to resize
Cat Methods

The Cat type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMainTest
Reads in a sequence of text files specified as the first command-line arguments, concatenates them, and writes the results to the file specified as the last command-line argument. The code demonstrates .NET's using statements and Stream I/O classes. If a single file name is provided, the file is rewritten using its content (unchanged).
Top
See Also