Question
A relative path is relative to the root of the directory hierarchy.
Responses
True
True
False
Responses
True
True
False
Answers
GPT-4o mini
False. A relative path is not relative to the root of the directory hierarchy; instead, it is relative to the current working directory. In contrast, an absolute path starts from the root of the directory hierarchy.