UAInspector v0.19.0 UAInspector.Downloader.README View Source
Utility module to handle README.md in download folders.
Link to this section Summary
Functions
Returns the path to the local copy of the README file
Returns the path of the README file distributed in priv_dir
Writes the informational README file if remote database is the default
Link to this section Functions
Link to this function
path_local()
View Source
path_local()
View Source
path_local() :: Path.t()
path_local() :: Path.t()
Returns the path to the local copy of the README file.
Link to this function
path_priv()
View Source
path_priv()
View Source
path_priv() :: Path.t()
path_priv() :: Path.t()
Returns the path of the README file distributed in priv_dir.
Link to this function
write()
View Source
write()
View Source
write() :: :ok
write() :: :ok
Writes the informational README file if remote database is the default.