Suppose that you have a file named squid.html at the top level
of your c: drive on a computer running Windows. Then
c:\squid.html
is the path to that file.
Now suppose that you have a file named
index.html inside a folder named webstuff. Suppose that
webstuff is inside another folder called cse100.
Finally, suppose that cse100 is at the top level of your c: drive.
Give the path to the index.html file.
c:\cse100\webstuff\index.html