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