Is there any other way of checking whether a file exists in a Windows Store app?
try
{
var file = await ApplicationData.Current.LocalFolder.GetFileAsync(
I tried to write my own using old tricks:
All in all -- you're better of sticking with exception handling method.