How to Create Files by Using the FileInfo Class?
Answer / raihansazal
FileInfo fi = new FileInfo("Your file name with directory");
fi.Create();
That's all.
| Is This Answer Correct ? | 1 Yes | 1 No |
program to reverse the order of digits in a given number of any length.
working with arrays
program to check if a number is "perfect number".
c# coding for a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors not using the Big-integer and Exponential Function's.
how to change password in .net with c # with ado.net and also SQL server 2008 change password
program for addition of fraction(M/N + P/Q = Y/Z)
write a Program to copy the string using switch case.
how can i split sting in textbox in windows application using c# .net
Code for Searching for Multiple Matches with the MatchCollection Class?
Can you declare an array of mixed Types?
Code for IP Address Comparison and Conversion in C#?
Code for Working with Files under a Directory?