windows runtime - C# - Winrt read binary readonly file -


how read in windows store app (winrt, c#) readonly binary file? 'isreadonly' property set true.

i able create storagefile object openasync(fileaccessmode.read) results in exception of type 'system.unauthorizedaccessexception'.

how can read byte content of readonly file?


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -