Click or drag to resize
IGDStorageFolderGetFilesAsync Method
Gets all the files from the current folder.

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

Return Value

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