Quantcast
Channel: Universal Windows App – Abundant Code
Viewing all articles
Browse latest Browse all 9

How to Check if a file exists in Windows Storage in UWP ?

$
0
0
Do you want to know if a file exists in the Windows Storage from your Universal Windows Platform (UWP) app ?. Below is a sample code snippet demonstrating how to do it. How to Check if a file exists in Windows Storage in UWP ? Windows.Storage.StorageFolder Location = Windows.ApplicationModel.Package.Current.InstalledLocation; var lstfiles = await Location.GetFilesAsync(CommonFileQuery.OrderByName); var […]

Viewing all articles
Browse latest Browse all 9

Trending Articles