Return the relative path from the current directory.

Namespace:  Devolutions.Utils
Assembly:  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

Return Value

See Also