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
What is desktop GUI application?
What is the best dependency injection c#?
What are the Types of configuration files and their differences
Can delegates be used as callbacks?
How to implement an object pool in c#.net.
How do we achieve encapsulation in c#?
What is generic delegates in c#?
What are All kind of access specifiers for a class and for methods
Is c# queue thread safe?
Can multiple inheritance implemented in c# ?
What is difference between string and stringbuilder in c#?
How can you set image source dynamically from c# application to ”test.png” file?
How to handle exceptions that are raised in a component?
Is c# code is managed or unmanaged code?
What are the Types of JIT and what is econo-JIT