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)
- C#
- VB
- F#
Task<IStorageFolder?> GetFolderAsync(
string name
)
Function GetFolderAsync (
name As String
) As Task(Of IStorageFolder)
abstract GetFolderAsync :
name : string -> Task<IStorageFolder>
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