Table of Contents

Method EndsWithDirectorySeparator

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

EndsWithDirectorySeparator(string?)

Returns boolean value indicating whether path ends with directory separator char.

public static bool EndsWithDirectorySeparator(string? path)

Parameters

path string

Path which will be checked.

Returns

bool

true if path ends with directory separator char; false otherwise.