Click or drag to resize
IGDStorageFolderGetFolderAsync Method
Gets the specified folder from the current folder.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
IAsyncOperation<GDStorageFolder> GetFolderAsync(
	string name
)

Parameters

name
Type: SystemString
The name (or path relative to the current folder) of the child folder to retrieve.

Return Value

Type: IAsyncOperationGDStorageFolder
When this method completes successfully, it returns a GDStorageFolder that represents the child folder.
Remarks
If you simply want to get a folder in your app, see the GetFolderAsync method of the GDStorageFolder class.
See Also