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 the clr triggers?
What is action c#?
What is tochararray in c#?
For read-only operation which property you have to designated?
What is difference between ilist and list?
Which is faster array or arraylist in c#?
Is hashset ordered c#?
Define a partial class?
Explain the difference between class and interface in .net?
What is private void in c#?
How do I start a program in c#?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
Why is it important to override gethashcode when equals method is overridden?
what is virtual method in c#?
How can I create image pieces/sub image?