noun
relative path
Computing term for a file or directory path specified relative to the current working directory, as opposed to an absolute path.
このプログラムでは、相対パスを使ってファイルを参照しています。
This program references files using relative paths.
絶対パス (absolute path) specifies the full location from the root, while 相対パス is relative to the current directory.
Compound of 相対 (relative) and パス (path), a direct calque from English computing terminology.