ComponentOne FlexReport for UWP
GetRelativePath Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > Utils Class : GetRelativePath Method
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 basePath As System.String, _
   ByVal path As System.String _
) As System.String
public static System.string GetRelativePath( 
   System.string basePath,
   System.string path
)

Parameters

basePath
path
See Also

Reference

Utils Class
Utils Members