|
-
January 19th, 2008, 06:44 AM
#1
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
-
January 21st, 2008, 09:31 AM
#2
Re: getting users list
I think you are looking for:
System.Environment.SpecialFolder.Personal
Then, you can simply loop all the directories inside.
-
January 22nd, 2008, 12:04 AM
#3
Re: getting users list
yes exactly
Thanks for your reply
and could you pls show a bit of code
Thanks a lot
-
January 22nd, 2008, 12:56 AM
#4
Re: getting users list
Did you even try to search?
Anyway, here is "a bit of code":
Code:
while (true)
{
// Do nothing
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|