المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Application common data with write permission to all user



C# Programming
12-15-2009, 08:41 AM
Hello,
I am writing C# desktop appplication and I want to store some application specific data which should be accessible to all user with write permission. I am using Environment.SpecialFolder.CommonApplicationData for setting ******** to write file but I found that the file created in my login is not editable by other user.

Where should I create the file so that it shoul be accessible to all user with write permission?

Regards,
Gajesh