Relative

Relative vs Absolute File Paths

Relative Path:
A relative file path shows the location of a file or folder in relation to your current directory (where you are right now).

Absolute Path:
An absolute file path shows the complete location starting from the root directory, and it’s always the same no matter where you’re starting from.

Summary: