메소드 |
설명 |
|
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 |
|
|