hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Namespaces | Functions
file_helper.py File Reference

Namespaces

namespace  utils
 
namespace  utils.file_helper
 
namespace  fileHelper
 Help managing files within the project/machine.
 

Functions

def utils.file_helper.find_file (filepath, root_directories=["CFGPATH"], resource_directories=[], exception=False, log_level=logging.INFO)
 Verifies that the given input file path exist in one of the root directories.
 
def utils.file_helper.resolve_path (path)
 Resolve the given path.
 
def utils.file_helper.configure_logger (str logger_name, log_level=logging.INFO)
 Configure logging with predefined formatting and set loglevel.