Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IStorageFolder.GetFileAsync(String) Method

Definition

Namespace:
Windows.Storage

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the specified file from the current folder.

public:
 IAsyncOperation<StorageFile ^> ^ GetFileAsync(Platform::String ^ name);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFile> GetFileAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFile> GetFileAsync(string name);
function getFileAsync(name)
Public Function GetFileAsync (name As String) As IAsyncOperation(Of StorageFile)

Parameters

name
String

Platform::String

winrt::hstring

The name (or path relative to the current folder) of the file to retrieve.

Returns

When this method completes successfully, it returns a StorageFile that represents the file.

Attributes

Applies to

See also


Feedback

Was this page helpful?