Ensures the directory ends with a '\' character

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static string NormalizeDirectory(
	string path
)

Parameters

path
Type: System..::..String
Path to normalize

Return Value

Type: String
Returns the normalized path

See Also