[F] getRelativePathFromDirectory
Call Signature
Section titled “Call Signature”function getRelativePathFromDirectory(   from,   to,   ignoreCase): string;Gets a relative path that can be used to traverse between from and to.
Parameters
Section titled “Parameters”| Parameter | Type | 
|---|---|
| from | string | 
| to | string | 
| ignoreCase | boolean | 
Returns
Section titled “Returns”string
Call Signature
Section titled “Call Signature”function getRelativePathFromDirectory(   fromDirectory,   to,   getCanonicalFileName): string;Gets a relative path that can be used to traverse between from and to.
Parameters
Section titled “Parameters”| Parameter | Type | 
|---|---|
| fromDirectory | string | 
| to | string | 
| getCanonicalFileName | GetCanonicalFileName | 
Returns
Section titled “Returns”string