# Functions
Operate applies the specified options to the filesystem.
Options provides a way to group multiple options together.
ReadFileWithSHA256 reads the specified file ensures the checksum matches.
WithDir is an option that ensures the specified directory exists.
WithDirs is an option that ensures the specified directory path exists with the specified permissions.
WithPath is an option that ensures the set of directories for the specified file exists.
WriteFileWithSHA256 calculates and writes both the file and a checksum file.
# Variables
No description provided by the author
ErrNotDirectory is returned when a directory is expected but a file is found.
# Type aliases
OptionFunc is a function that implements the Option interface.