December 2024
Beginner
456 pages
13h 37m
English
So far in this book, we have covered projects that dealt with reading data, transforming it, and providing some kind of output. We were mostly interested in the “happy path,” keeping interactions with the environment to a minimum, so we didn’t have to worry about dealing with erroneous behavior. That will change with this chapter.
The project we want to take a look at is a file syncing utility that will copy files and directory structures from one directory to another, only copying files that are not already present at the ...
Read now
Unlock full access