Microsoft.Extensions.FileProviders.IFileInfo
Represents a file in the given file provider.
Gets a value that indicates if the resource exists in the underlying storage system.
Gets a value that indicates whether TryGetDirectoryContents has enumerated a subdirectory.
Gets the time when the file was last modified.
Gets the length of the file in bytes, or -1 for a directory or nonexistent file.
Gets the name of the file or directory, not including any path.
Gets the path to the file, including the file name. Returns null if the file is not directly accessible.
Returns file contents as a read-only stream.