Get absolute directory
get_abs_path(dir, relpath)
dir
directory
relpath
relative path
Hanming Tu
get_abs_path("/Users/htu/myRepo", "scripts") # get "/Users/htu/myRepo/scripts"