Microsoft.Extensions.FileProviders.Abstractions Represents a directory's content in the file provider. True if a directory was located at the given path. Represents a file in the given file provider. Return file contents as readonly stream. Caller should dispose stream when complete. The file stream True if resource exists in the underlying storage system. True for the case TryGetDirectoryContents has enumerated a sub-directory. Gets when the file was last modified. The length of the file in bytes, or -1 for a directory or non-existing files. The name of the file or directory, not including any path. The path to the file, including the file name. Return null if the file is not directly accessible. A read-only file provider abstraction. Enumerate a directory at the given path, if any. Relative path that identifies the directory. Returns the contents of the directory. Locate a file at the given path. Relative path that identifies the file. The file information. Caller must check Exists property. Creates a for the specified . Filter string used to determine what files or folders to monitor. Example: */.cs, ., subFolder/*/.cshtml. An that is notified when a file matching is added, modified or deleted. Represents a non-existing directory. Returns an enumerator that iterates through the collection. An enumerator to an empty collection. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Always false. A shared instance of Represents a non-existing file. Initializes an instance of . The name of the file that could not be found Always throws. A stream cannot be created for non-existing file. Always thrown. Does not return Always false. Always false. Returns . Always equals -1. The name of the file or directory, not including any path. Always null. An empty change token that doesn't raise any change callbacks. Always returns an empty disposable object. Callbacks will never be called. This parameter is ignored This parameter is ignored A disposable object that noops on dispose. Always false. Always false. A singleton instance of An empty file provider with no contents. Enumerate a non-existent directory. A path under the root directory. This parameter is ignored. A that does not exist and does not contain any contents. Locate a non-existent file. A path under the root directory. A representing a non-existent file at the given path. Returns a that monitors nothing. Filter string used to determine what files or folders to monitor. This parameter is ignored. A that does not register callbacks.