I want to access folder where i can read write and delete files in C drive through my application and application is developed in asp.net using c# which is window service.
I found C:\Users\Default\AppData\Roaming or C:\Program Data folder which is accessible for all user and where he can read write or delete files with out admin rights.
But unfortunately this is not available in window xp
Is there any folder available in xp and win7 where user can write/delete/read with out administrator rights?
I want to access folder where i can read write and delete files in
Share
You can use the temporary folder on the C drive: “C:\Temp”.