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

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -