CoreUtilsMakeRelativePath Method |
Creates a relative path to get from fromPath to toPath. If one of them is empty, the emptystring is returned. If there's no common path, toPath is returned.
Namespace:
SD.LLBLGen.Pro.Core
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.1.0.0 (5.1.0)
Syntax public static string MakeRelativePath(
string fromPath,
string toPath
)
Public Shared Function MakeRelativePath (
fromPath As String,
toPath As String
) As String
Parameters
- fromPath
- Type: SystemString
From path. - toPath
- Type: SystemString
To path.
Return Value
Type:
StringSee Also