Saved Bookmarks
| 1. |
What is absolute and relative path. |
|
Answer» Answer: Hello mate Explanation: A path is either relative or absolute. An absolute path always contains the ROOT element and the complete directory list required to locate the FILE. ... A relative path needs to be COMBINED with another path in order to ACCESS a file. For example, joe/foo is a relative path. |
|