# Functions
GetSafeFilename returns a safe filename for a zip file.
NewFile returns a File object with the given parameters.
NewReader constructs a zip Reader from its file path.
NewWrapper creates a new zip file wrapper.
# Constants
Executable indicates that the file should be marked executable.
Sensitive indicates that the file contains sensitive information and thus should not be world-readable.
# Type aliases
FileFlags store metadata about a file in a zip archive.