J
John Bowman
Hi,
I'm using the Environment.GetFolderPath() method to retrieve various special
folders needed by an app. I'm running on WinXp and under my C:\Documents and
Settings\All Users path I see a "Shared Documents" folder. When I checked
Win2K this seems to be known as "Documents". Unforuntately, I also noticed
that the Environment.SpecialFolder enum does not include this folder. Why?
What's the "correct" method for retrieving this "Shared Documents" folder?
Should I just get CommonAppData and append "Shared Documents" or "Documents"
depending on OS or is there a better more correct mechanism?
TIA,
I'm using the Environment.GetFolderPath() method to retrieve various special
folders needed by an app. I'm running on WinXp and under my C:\Documents and
Settings\All Users path I see a "Shared Documents" folder. When I checked
Win2K this seems to be known as "Documents". Unforuntately, I also noticed
that the Environment.SpecialFolder enum does not include this folder. Why?
What's the "correct" method for retrieving this "Shared Documents" folder?
Should I just get CommonAppData and append "Shared Documents" or "Documents"
depending on OS or is there a better more correct mechanism?
TIA,