Hello,

I need to know the best way to get the Documents and settings/<userid> path in C#. I have googled a bit and not found what I need.

Is there a better way that using; System.Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) and then removing the last directory name?

Thanks