Hi all,
I have been developing a windows store application for managing a movie collection with the use of TMDB's api. I have come to an issue that has halted the project completely.
up to this point I have been using a folder location on my C drive with some mock movies for testing, all is working as expected but my movies reside on my network drive (Drobo) which is directly connected to the machine via Ethernet.
with the simulator I cannot see the public drives but I can see these on my machine, I have internet(client and server), private networks and removable storage enabled in the application manifest.
in addition to this if attempted to use
StorageFilefile =
awaitStorageFile.GetFileFromPathAsync("Y://)
but im getting access denied
How can I move forward from this, is there a recommended way of accessing folders out side of "knownFolders" and how to see and use network locations
Thank you :)