GetFilesAsync Method
Collapse the table of content
Expand the table of content

ExternalStorageFolder.GetFilesAsync Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the top-level files in the current folder.

Namespace:  Microsoft.Phone.Storage
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

'Declaration
Public Function GetFilesAsync As Task(Of IEnumerable(Of ExternalStorageFile))

Return Value

Type: System.Threading.Tasks.Task(Of IEnumerable(Of ExternalStorageFile))
The top-level files in the current folder.

Your app must register for a file association in the app manifest file to declare what file types (extensions) can be read from the SD card. For more info, see Auto-launching apps using file and URI associations for Windows Phone 8.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft