relativepath
Returns the relative path from an actual path to the target path.
Syntax
r = relativepath(path_1, path_2)
Input argument
path_1 - a string: file or directory.
path_2 - a string: file or directory.
Output argument
r - a string: relative path.
Description
Returns the relative path from an actual path to the target path.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated
Was this helpful?