get_abs_path

get_abs_path(rel_path)[source]

Helperfunction to get the absolute path in respect to the main file (“work_tracker.pyw”).

Parameters

rel_path (str) – relative path to a file

Returns

absolute path – absolute path evaluated from the relative path in respect to the path of the main file(“work_tracker.pyw”)

Return type

str