C# Класс Microsoft.DocAsCode.Glob.FileGlob

Показать файл Открыть проект

Открытые методы

Метод Описание
GetFiles ( string cwd, IEnumerable patterns, IEnumerable excludePatterns, GlobMatcherOptions options = GlobMatcher.DefaultOptions ) : IEnumerable

Приватные методы

Метод Описание
GetFilesCore ( string cwd, IEnumerable globs, IEnumerable excludeGlobs ) : IEnumerable
GetFilesFromSubfolder ( string baseDirectory, string cwd, IEnumerable globs, IEnumerable excludeGlobs ) : IEnumerable
GetRelativeDirectoryPath ( string parentDirectory, string directory ) : string
GetRelativeFilePath ( string directory, string file ) : string
IsDirectoryMatch ( string path, IEnumerable globs, IEnumerable excludeGlobs ) : bool
IsFileMatch ( string path, IEnumerable globs, IEnumerable excludeGlobs ) : bool
IsMatch ( string path, IEnumerable globs, IEnumerable excludeGlobs, bool partial ) : bool
NormalizeToFullPath ( string path ) : string

Описание методов

GetFiles() публичный статический Метод

public static GetFiles ( string cwd, IEnumerable patterns, IEnumerable excludePatterns, GlobMatcherOptions options = GlobMatcher.DefaultOptions ) : IEnumerable
cwd string
patterns IEnumerable
excludePatterns IEnumerable
options GlobMatcherOptions
Результат IEnumerable