# Functions

NewHandler returns a new file handler.

# Variables

OptAppend appends to the file.
OptMkdirAll creates the path to the file.
OptNone is a no-op.
OptOverwrite overwrites an existing file.

# Structs

Handler handles file interaction.
Option is a bitmask of options for file operations.