get_relative_path {simulator} | R Documentation |
Given a base path and a specific path, returns a string str such that file.path(base_path, str) is the same location as path.
get_relative_path(base_path, path)
base_path |
the base path |
path |
a specific path |