Wednesday, March 20, 2013

Absolute & Relative Path


Difference between Absolute Path & Relative Path
Absolute path: means we need to give full path detail. Example, executefile “D:\test\abc.txt”
Relative path: means we need to give only name. Structure of the path is hidden or maintained in script or tool. Example- executefile “abc.txt”.
Path is maintained in tool – Tools>option>Folder tab.
Path is maintained in script-
Driver=”d:\”
Project path=Driver&”\”&”project”
Lib path=project path& “\” &”lib”

No comments:

Post a Comment