2 references to ExpandWildCards
Microsoft.ML.Data (2)
DataLoadSave\MultiFileSource.cs (1)
51
foreach (string rPath in StreamUtils.
ExpandWildCards
(path))
DataLoadSave\Text\TextLoaderSaverCatalog.cs (1)
313
if (!File.Exists(path) && StreamUtils.
ExpandWildCards
(path).Length < 1)