How you will connect to windows directory in c#?
Answer Posted / anatoliy
Directory.GetParent(System.Environment.SystemDirectory);
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How does bitwise xor work?
What is the use of static members with example using c#.net.
What are the benefits of using the aggregate method in linq?
What is the base class for array types?
Explain when should you call the garbage collector in .net?
What is list array in c#?
i want the csharp questions&answeres
What are winforms in c#?
What is difference between ilist and list in c#?
Why do we use methods in c#?
What is an abstract class c#?
What is class in oops with example in c#?
Is null or empty in c#?
What is a value type in c#?
Is it true that all c# types derive from a common base class?