Returns the relative path, for example: GetRelativePath("c:\temp", "c:\temp\qq\zz.txt") returns "qq\zz.txt".
Syntax
'Declaration
Public Shared Function GetRelativePath( _
ByVal As System.String, _
ByVal As System.String _
) As System.String
public static System.string GetRelativePath(
System.string ,
System.string
)
Parameters
- basePath
- path
See Also