Table of Contents

Method NormalizePathSeparators

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

NormalizePathSeparators(string)

Replaces alternative separators by regular ones in given path.

public static string NormalizePathSeparators(string inputPath)

Parameters

inputPath string

Source path to probe.

Returns

string

Normalized path.