Making a path object with pathlib module like: p = pathlib.Path('file.txt') ... How can I get the absolute path of the p object in a string?
確定! 回上一頁