Microsoft.Extensions.FileSystemGlobbing
Represents a directory.
Enumerates all files and directories in the directory.
Collection of files and directories
Returns an instance of that represents a subdirectory.
The directory name
Instance of even if directory does not exist
Returns an instance of that represents a file in the directory.
The file name
Instance of even if file does not exist
Wraps an instance of and provides implementation of
.
Initializes an instance of .
The .
Returns an instance of that represents a subdirectory.
The directory name
The directory
Returns the full path to the directory.
Returns the parent directory.
Represents a file.
Wraps an instance of to provide implementation of .
Initializes instance of to wrap the specified object .
The
The full path of the file. (Overrides ).
The file name. (Overrides ).
The directory containing the file. (Overrides ).
Shared abstraction for files and directories.
A string containing the full path of the file or directory.
A string containing the name of the file or directory.
The parent directory for the current file or directory.
Represents a file that was matched by searching using a globbing pattern.
Initializes new instance of
The path to the matched file
The stem
Determines if the specified match is equivalent to the current match using a case-insensitive comparison.
The other match to be compared
if and are equal using case-insensitive comparison
Determines if the specified object is equivalent to the current match using a case-insensitive comparison.
The object to be compared
when
Gets a hash for the file pattern match.
Some number
The path to the file matched.
The subpath to the matched file under the base directory searched.
Avoids using disk for uses like Pattern Matching.
Creates a new InMemoryDirectoryInfo with the root directory and files given.
The root directory that this FileSystem will use.
Collection of file names. If relative paths will be prepended to the paths.
Returns an instance of that matches the given.
The filename.
Instance of if the file exists, null otherwise.
Searches the file system for files with names that match specified patterns.
Initializes an instance of using case-insensitive matching.
Initializes an instance of using the string comparsion method specified.
The to use
Add a file name pattern for files the matcher should exclude from the results. Patterns are relative to the
root directory given when is called.
Use the forward slash '/' to represent directory separator. Use '*' to represent wildcards in file and
directory names. Use '**' to represent arbitrary directory depth. Use '..' to represent a parent directory.
The globbing pattern
The matcher
Add a file name pattern that the matcher should use to discover files. Patterns are relative to the root
directory given when is called.
Use the forward slash '/' to represent directory separator. Use '*' to represent wildcards in file and
directory names. Use '**' to represent arbitrary directory depth. Use '..' to represent a parent directory.
The globbing pattern
The matcher
Searches the directory specified for all files matching patterns added to this instance of
The root directory for the search
Always returns instance of , even if not files were matched
Adds multiple exclude patterns to .
The matcher to which the exclude patterns are added.
A list of globbing patterns.
Adds multiple patterns to include in .
The matcher to which the include patterns are added.
A list of globbing patterns.
Searches the specified directory for all files matching patterns added to this instance of .
The matcher.
The root directory for the search.
Absolute file paths of all files matched. Empty enumerable if no files matched given patterns.
Matches the files passed in with the patterns in the matcher without going to disk.
The matcher that holds the patterns and pattern matching type.
The files to run the matcher against.
The match results.
Matches the file passed in with the patterns in the matcher without going to disk.
The matcher that holds the patterns and pattern matching type.
The file to run the matcher against.
The match results.
Matches the files passed in with the patterns in the matcher without going to disk.
The matcher that holds the patterns and pattern matching type.
The root directory for the matcher to match the files from.
The files to run the matcher against.
The match results.
Matches the file passed in with the patterns in the matcher without going to disk.
The matcher that holds the patterns and pattern matching type.
The root directory for the matcher to match the file from.
The file to run the matcher against.
The match results.
Represents a collection of
Initializes the result with a collection of
A collection of
Initializes the result with a collection of
A collection of
A value that determines if has any matches.
A collection of
Gets a value that determines if this instance of has any matches.