FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Utils Class / GetRelativePath Method

In This Topic
    GetRelativePath Method
    In This Topic
    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 String, _
       ByVal path As String _
    ) As String
    public static string GetRelativePath( 
       string basePath,
       string path
    )

    Parameters

    basePath
    path
    See Also