Project Library > File Handling
Generates a dummy file with random contents of arbitrary size. Such a file can be useful for testing the upload/download speeds of an Internet connection, or for measuring the performance of hard disks.
Input Type: Nothing | Output Type: Plain TextMerges a set of smaller files into a single, larger output file. The files to merge are provided as file paths in the input editor.
Input Type: Plain Text | Output Type: Plain TextDemonstrates how to use StreamReader to read content from a text file.
Input Type: Nothing | Output Type: Plain TextSplits a large file into multiple smaller files.
Input Type: Nothing | Output Type: Plain TextDemonstrates how to use StreamWriter to create a text file.
Input Type: Nothing | Output Type: Plain Text