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 the use of ispostback in c#?
Do loops in c#?
Does c# support multiple class inheritance?
What is array and its types in c#?
what is a enumeration in c#
What is the difference between hashtable and dictionary in c#?
What is the size of a decimal?
Can we inherit abstract class in c#?
Can constructor have return type c#?
Write the syntax for catching an exception in c#?
What is the resgen.exe tool used for?
Differentiate between object pooling and connection pooling in c#?
What are the Types of compatabilities and explain them
What is application object in c#?
What is difference between variable and property in c#?