Aracılığıyla paylaş


InMemoryDirectoryInfo.GetFile(String) Yöntem

Tanım

Verilen ile FileInfoBase eşleşen bir örneğini path döndürür.

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

Parametreler

path
String

Dosya adı.

Döndürülenler

Dosyanın mevcut olup olmadığının FileInfoBase örneği, aksi takdirde null.

Şunlara uygulanır