Utilities.GetNormalizedPath(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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