Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string NormPath(string)

Declaration

public static string NormPath(
    string path
)

Summary

Normalises the specified path. A "normalised path" is a path to a directory (not a file!) which always ends with a slash.

Parameters

stringpath Path to be normalised.

Returns

Normalised version of path, or null if the input was null.