G
Gregory K
My C# application creates data files which must be visible to the other users
on this computer. Where is appropriate location for those files? I can always
create my own folder off the root but it doesn't look right. I would like to
use a system folder that will be available in all versions of Windows (XP,
Vista, 7).
I looked at Environment.GetFolderPath() but could not find anything
suitable. SpecialFolder.CommonApplicationData returns hidden folder and
therefore is not good. SpecialFolder.MyDocuments returns the location
available only to the current user.
Can you suggest a .Net command that returns an appropriate location?
on this computer. Where is appropriate location for those files? I can always
create my own folder off the root but it doesn't look right. I would like to
use a system folder that will be available in all versions of Windows (XP,
Vista, 7).
I looked at Environment.GetFolderPath() but could not find anything
suitable. SpecialFolder.CommonApplicationData returns hidden folder and
therefore is not good. SpecialFolder.MyDocuments returns the location
available only to the current user.
Can you suggest a .Net command that returns an appropriate location?