I wish to is there any way in C# as a program to find out the list of users available in the system i,e in My computer and the path to their directories. i mean to say suppose there are 2 users
"User A" and "User B"
And their path I mean the User A's all the documents will be in D:\Documents and Settings\User A and similarly for User B.
Is there any way in C# to find out the list of users and the paths to their respective directories.