can i say that absolute path, they search from the root folder regardless what the current directory is ? and can i say that relative path search from the current directory and continue search from there?
if you are working on windows then c:/myfolder/subfolder/ is absolute path but if you are in /subfolder and executing program from /subfolder then currently your relative path is /subfolder absolute path starts from root if you are no linux machine and from C: if you are working on windows. but relative path is dir currently in which you are.