How you will connect to windows directory in c#?
Answer Posted / parmjit
We can get path of windows director from the following
function call
Environment.SystemDirectory.Substring(0,
Environment.SystemDirectory.LastIndexOf("\\"))
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain About namespaces
What is static void main in c#?
Is arraylist thread safe?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
Can we declare class as protected?
What is the purpose of static?
What is an example of delegation?
Is it good to use var in c#?
Is array reference type in c#?
How long does it take to learn c# for unity?
What is difference between for and foreach loop in c#?
What is c# used for?
How does the lifecycle of Windows services differ from Standard EXE?
What are the benefits of using the aggregate method in linq?
What does the initial catalog parameter define in the connection string?