IFileProvider Interface
A provider that can instantiate IFile and IDirectory objects from their paths.
IFileProvider
DocumentFileProvider
LocalFileProvider
TestFileProvider

Syntax

public interface IFileProvider

Methods

Name Return Value Summary
GetDirectory(NormalizedPath) IDirectory
Gets a directory from a specified path.
GetFile(NormalizedPath) IFile
Gets a file from a specified path.

Extension Methods