How do I declare a file type for removable storage access in Windows UAP? -


i have windows universal app declaration in app manifest removable storage access. how declare file type access ?

  <capabilities>   <capability name="internetclient" />   <uap:capability name="removablestorage" />   </capabilities> 


Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -