cwd() will give you a resolved path to the current working directory, whereas creating a new Path object will return a relative path: >>> Path.cwd(). PosixPath( ...
確定! 回上一頁