Absolute Path - complete location from root to file
Eg : “C:\Windows\system.ini”
Relative Path - Root path + File ( a location that is relative to a current directory)
Eg : "C:\Windows\ " + “system.ini”
Is your Root Path a dynamic value? or is it always the same?