# Functions
NewFakeFs returns a fake Filesystem that exists at fakeFsRoot as its base path, useful for unit tests.
# Variables
No description provided by the author
# Interfaces
File is an interface that we can use to mock various filesystem operations typically accessed through the File object from the "os" package.
Filesystem is an interface that we can use to mock various filesystem operations.