var storageFolder = KnownFolders.DocumentsLibrary; var files = await storageFolder.GetFilesAsync(); foreach (var storageFile in files) { // Do something with the files }
Was this article helpful?
If you have any question you can ask below or enter what you are looking for!
Was this article helpful?