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