The method I'm calling has this signature: `public...
# random
r
The method I'm calling has this signature:
public IStorageFile GetFile(string path)
and
IStorageFile
has a method
GetPath()
which is just an accessor in the returned implementation. And yet a call to
GetFile(...).GetPath()
fails on
GetPath
.