The relative path for a file always remains the same even after changing the directory.
Answer
False
Reason — The relative paths are relative to current working directory. Hence, the relative path for a file does change based on the current working directory.