Utilities.GetNormalizedPath(String, Boolean) Method

Definition

Gets a normalized path (with back slashes only), and optionally can make full path.

public static string GetNormalizedPath (string path, bool makeFullPath = false);
static member GetNormalizedPath : string * bool -> string
Public Function GetNormalizedPath (path As String, Optional makeFullPath As Boolean = false) As String

Parameters

path
String
makeFullPath
Boolean

Returns

String

Applies to