In a nutshell
The Filesystem component provides platform-independent utilities for manipulating the filesystem (e.g., looking in directories, reading files, editing files, etc).
Here are some example methods:
- mkdir
- exists
- copy
- remove
You can use the Finder
component to find files and then manipulate them using the Fileystem component.