GetRelativePath Method (Utils)
Returns the relative path, for example: GetRelativePath("c:\temp", "c:\temp\qq\zz.txt") returns "qq\zz.txt".
'Declaration
Public Shared Function GetRelativePath( _
ByVal As String, _
ByVal As String _
) As String
Parameters
- basePath
- The base path for resolving a relative file name.
- path
- The relative path to the file.
Return Value
The converted relative file path.