# Functions

FromDirPath will return a FileHandler with IsDir set to true from a given path.
FromDirURI will return a FileHandler with IsDir set to true from a given LSP document URI.
FromDocumentURI will return a FileHandler from a given LSP document URI.
FromPath will return a FileHandler from a given path.
VersionedFileHandlerFromDocument will return a file handler from a given LSP document.

# Structs

FileHandler is a type that makes it easy to access files from within the language server.
VersionedFileHandler is an extension of FileHandler with added support for a version parameter.