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
Why do we use overloading in c#?
Is struct object oriented?
Is system a class in c#?
Is c# a keyword?
What does the keyword “virtual†declare for a method or property?
What is the use of constructor in c# with example?
Explain the difference between a struct and a class?
List the difference between interface and abstract class?
How long has c# been around?
What does do in c#?
How big is int16?
What is thread in c#?
Which language is used for desktop application?
What is primitive types in c#?
What are the 2 kinds of data type conversions in c#?