python3 os path file name to string code example Example: python path from string from pathlib import Path str_path = "my_path" path = Path(str_path)