# Functions
NewFileProvider ...
SecureInput ...
ValidateIfDirExists ...
ValidateIfNotEmpty ...
ValidateIfPathExists ...
ValidateInt ...
ValidateWithOptions ...
# Structs
FileProvider supports retrieving the local path to a file either provided as a local path using `file://` scheme or downloading the file to a temporary location and return the path to it.
# Interfaces
FileDownloader ..