# Functions
DirExists checks whether a directory path exists return true if exists, else false.
Exist checks whether a file with filename exists return true if exists, else false.
Parse tries to read json or yaml file and transform the content into a struct passed in the 2nd argument File extension matters, only file with extension json, yaml, or yml that is parsable.
No description provided by the author