IFileProvider.GetFileInfo(String) Method

Definition

Locates a file at the given path.

C#
public Microsoft.Extensions.FileProviders.IFileInfo GetFileInfo(string subpath);

Parameters

subpath
String

The relative path that identifies the file.

Returns

The file information. Caller must check Exists property.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)