In my windows-phone-8 application I'm trying to delete the files from the directory c:\Data\SharedData\OEM\Public
I can able to copy the files from that directory location but I cannot able to do move or delete operations. Getting UnauthorizedAccessException(access path is denied) exception.
We also tried creating one more folder inside the above mentioned location but even in that folder we couldn't do delete or move operations.
Changing folder permission will resolve this issue? If so please share the information.
Thanks in advance!