classmethod Path.cwd()
Return a new path object representing the current directory (as returned by os.getcwd()
):
>>> Path.cwd() PosixPath('/home/antoine/pathlib')
classmethod Path.cwd()
Return a new path object representing the current directory (as returned by os.getcwd()
):
>>> Path.cwd() PosixPath('/home/antoine/pathlib')
Please login to continue.