Relative path
Alternatively referred to as a partial path or non absolute path, a relative path is only a portion of the full path. A relative path is often used in creating a web page; for example, instead of specifying "http://www.computerhope.com/index.htm" we could only specify "index.htm" if the page linking to the index.htm is in the same directory.
- See the absolute path definition for further examples.
Also see: Absolute path, Path
