Return the short path form for a specific path

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetShortPath ( _
	path As String _
) As String
C#
public static string GetShortPath(
	string path
)

Parameters

path
Type: System..::..String
The long name path

Return Value

A short name path string

See Also