Click or drag to resize
IGDStorageFolderGetFoldersAsync Method
Gets all the folders in the current folder.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
IAsyncOperation<IReadOnlyList<GDStorageFolder>> GetFoldersAsync()

Return Value

Type: IAsyncOperationIReadOnlyListGDStorageFolder
When this method completes successfully, it returns a list of the files (type IVectorView). Each folder in the list is represented by a GDStorageFolder.
Remarks
If you simply want to get folders in your app, see the GetFoldersAsync methods of the GDStorageFolder class.
See Also