PWD checks your current position in the directory structure.
---->(PWD)---->
A directory path consists of a sequential list of directories, telling where you are in the directory structure.
Here is an example of an absolute path, displayed using the pwd command:
$ pwd /users/engineers/sally/projects/workbook
/users/engineers/sally/projects/workbook is the current working directory.