I m trying to get a detailed list (containing name, size, and last modified) of all user profile on a local machine. I can find the information by going to Computer->Properties->Advanced->(user profiles)Settings and i m trying to find a way to pull in that information into my c# program. Thanks for the help!
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?