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
What is strong name assembly?
How do switch statements work?
What is default constructor c#?
What is the difference between field and property in c#?
What is the purpose of a constructor in c#?
What is data annotation in c#?
How long can a string be c#?
What is scope c#?
What is an assembly in dotnet?
Explain about Error handling and how this is done
What is the difference between abstract and abstraction?
What is the relation between classes and objects?
What is the symbol used for in c#?
Why do we use abstract class in c#?
What do you mean by object pooling?