Sdílet prostřednictvím


InMemoryDirectoryInfo.GetFile(String) Metoda

Definice

Vrátí instanci FileInfoBase , která odpovídá dané hodnotě path .

public:
 override Microsoft::Extensions::FileSystemGlobbing::Abstractions::FileInfoBase ^ GetFile(System::String ^ path);
public override Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase? GetFile (string path);
override this.GetFile : string -> Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase
Public Overrides Function GetFile (path As String) As FileInfoBase

Parametry

path
String

Název souboru.

Návraty

Instance , FileInfoBase pokud soubor existuje, v opačném případě null.

Platí pro