Terminology
strictly relative path
Section titled “strictly relative path”- Not an absolute path
- After the path is normalized, there are no path segments that start with
..will raise an error. - After the path is normalized, there are no path segments that contain a forward or backward slash. For example, even though Unix filenames can contain backslashes, but they cannot be strictly relative paths.