Every file has one. Folders nest inside folders, and the path spells out the route.
C:\Users\Amina\Documents\cv.pdf/home/amina/Documents/cv.pdfAn absolute path starts from the very top and works from anywhere. A relative path starts from where you are:
images/logo.png, a folder beside me./logo.png, right here../logo.png, one level UP, then logo.pngEvery broken image on a first website is a relative path pointing somewhere that does not exist. Once ../ makes sense, most of them stop happening.
- or _Logo.PNG and logo.png as different files2026-08-19 so they sort correctlyfinal-final-v3-REAL.docx is not a versioning system