How you will connect to windows directory in c#?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anatoliy
Directory.GetParent(System.Environment.SystemDirectory);
| Is This Answer Correct ? | 2 Yes | 2 No |
Why abstraction is used in c#?
Can private virtual methods be overridden in c#.net?
Why do we use delegates in c#?
what is bubbled event ? give suitable example in code vice with demo
What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?
Is lazy thread safe c#?
What is data types in c#?
What is static variable in c#?
Which sorting algorithm is best?
Explain nullable types in c#?
What if an error occurs in Catch block, how can you prevent it?
can it possible to acees the virthual method using the override method object? plz give me the example
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)