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.7.0.0 (5.7.0)
Syntaxpublic 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: 
String
See Also