[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Task<FileSystemFile> GetFileAsync(
string name
)
public Task<FileSystemFile> GetFileAsync(
string name
)
Public Function GetFileAsync (
name As String
) As Task(Of FileSystemFile)
Public Function GetFileAsync (
name As String
) As Task(Of FileSystemFile)
public:
Task<FileSystemFile^>^ GetFileAsync(
String^ name
)
public:
Task<FileSystemFile^>^ GetFileAsync(
String^ name
)
member GetFileAsync :
name : string -> Task<FileSystemFile>
member GetFileAsync :
name : string -> Task<FileSystemFile>
Return Value
Type:
Task FileSystemFile