# Functions
NewFakeFileSystem creates a new instance of FakeFileSystem using the provided recorder and a directory that should be parent for all the fake mountpoints.
# Structs
FakeFileSystem is a fake implementation of FileSystem interface that uses a Recorder to record the operations performed on it.