Class PathHelper
Provides useful path-dedicated helper members.
public sealed class PathHelper
- Inheritance
-
PathHelper
- Inherited Members
Constructors
Methods
- CombinePaths(params string[])
Combines the specified URL paths into one.
- FilesystemCombinePaths(bool, char, ReadOnlySpan<string>)
Normalizes and combines the specified file-system paths into one.
- FilesystemCombinePaths(params string[])
Normalizes and combines the specified file-system paths into one, using the default environment directory separator char.
- NormalizePath(string, char)
Normalize the given path to use the specified directory separator, trim the last separator and remove empty entries.