Method ExtractDirectorySeparatorChar
ExtractDirectorySeparatorChar(string?)
Returns directory separator char which is used in given path.
public static char ExtractDirectorySeparatorChar(string? path)
Parameters
path
stringPath in which directory separator char is searched.