Is there any other way of checking whether a file exists in a Windows Store app?
try { var file = await ApplicationData.Current.LocalFolder.GetFileAsync(
Microsoft has added a new function to StorageFile in Windows 8.1 to allow user engineers to determine if a file can be accessed: IsAvailable