import os class PathUtil: def getAbsolutePathTo(notAbsolutPath:str) -> str: return os.path.abspath("OLD_Server/" + notAbsolutPath)