SearchUtils.SplitFileEntryComponents

Declaration

public static IEnumerable<string> SplitFileEntryComponents(string path, ref char[] entrySeparators);

Parameters

path Path to tokenize.
entrySeparators Entry separators used to tokenize the path.

Returns

IEnumerable<string> Returns list of tokens and variations in lowercase.

Description

Split a file entry according to a list of separators and find all the variations on the entry name.


Did you find this page useful? Please give it a rating: