format
typescript
Path.GetRelativePath(relTo, path)class: Path
description
Returns the relative path from the initial path to the target path.
parameter
| param_name | type | description |
|---|---|---|
| relTo | string | The initial path. |
| path | string | The target path. |
return
| type | description |
|---|---|
string | A string representing the relative path. |
