I am using the following code
StorageFolder folder;
if (initial) folder = await StorageFolder.GetFolderFromPathAsync(@"C:\");
else { use folder picker }
and every time i try to get a Storage Drive it returns an error, what i have noticed is that if i use the Folder Picker then it doesnt throw an exception.
I am not sure what is causing this and it seems pretty irritating that my users have to specify the drive instead of my application automatically getting it.
Exception Description "Access is denied.\r\n"