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
string | path |
Path to be normalised. |
Returns
Normalised version of
path, or null if the input was null.