Find out already created a file
HI,
I have a metro StorageFolder, I can get a file using GetFileAsync(fileName).
However, how do I know if the file exists in the first place? Right now, I catch an exception but it does not seem like the right thing to do.
Thanks