InterviewSolution
Saved Bookmarks
| 1. |
Differentiate Relative Path From Absolute Path? |
|
Answer» Relative path refers to the path relative to the CURRENT path. ABSOLUTE path, on the other HAND, refers to the EXACT path as REFERENCED from the root directory. Relative path refers to the path relative to the current path. Absolute path, on the other hand, refers to the exact path as referenced from the root directory. |
|