November 2020
Beginner to intermediate
822 pages
19h 18m
English
This chapter is about reading and writing to files and streams, text encoding, and serialization. We will be covering the following topics:
Your applications will often need to perform input and output with files and directories in different environments. The System and System.IO namespaces contain classes for this purpose.
Let's explore how to handle cross-platform environments like the differences between Windows and Linux or macOS:
WorkingWithFileSystems in a folder ...Read now
Unlock full access