-
getting users list
Hi all
Could any one suggest me how to get the users list and size of those folders
i mean C:\Documents and Settings
we will have the folder list who ever logged into the perticula system
i need to get those folder names and size of those folders and have to show it in grid view
any way to do this
TIS
-
Re: getting users list
I think you are looking for:
System.Environment.SpecialFolder.Personal
Then, you can simply loop all the directories inside.
-
Re: getting users list
yes exactly
Thanks for your reply
and could you pls show a bit of code
Thanks a lot
-
Re: getting users list
Did you even try to search?
Anyway, here is "a bit of code":
Code:
while (true)
{
// Do nothing
}