Skip to main content

GetFolderAsync Method

Gets the folder with the specified name from the current folder.

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)

Task<IStorageFolder?> GetFolderAsync(
string name
)
View Source

Parameters

  String
The name of the folder to get

Return Value

Task(IStorageFolder)
When this method completes successfully, it returns the folder with the specified name from the current folder.

See Also

Reference

IStorageFolder Interface
Avalonia.Platform.Storage Namespace