Return the relative path from the current directory.
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function GetRelativePath ( _ filePath As String _ ) As String |
| C# |
|---|
public static string GetRelativePath( string filePath ) |
Parameters
- filePath
- Type: System..::..String