Return a relative path from a root path.
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function GetRelativePath ( _ rootPath As String, _ filePath As String _ ) As String |
| C# |
|---|
public static string GetRelativePath( string rootPath, string filePath ) |