1905805
1
2
def portable_path(target_path: str): return target_path.encode('unicode_escape').decode()