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 |
Code for Working with Files under a Directory?
write a Program to copy the string using switch case.
Code for Searching for Multiple Matches with the MatchCollection Class?
How to Create Files by Using the FileInfo Class?
Automatically Hyperlink URLs and E-Mail Addresses in ASP.NET Pages with C#
c# code to Count number of 1's in a given range of integer (0 to n)
Coding for Manipulate XML File Data Using C#?
how to get the table names via c sharp and column names also?
Write a program which has a function and that function should take 2 or 3 or any number of strings and it should return the largest common prefix of all those strings. If there is no common prefix it should return an empty string. for eg:- INPUT OUTPUT glo {glory,glorious,glod} gl {glad,glow} {calendar,phone} empty string
. Write a program to print the following outputs using for loops $ $ $ $ $ $ $ $ $ $ $ $ $ $ $
program for addition of fraction(M/N + P/Q = Y/Z)
program to reverse the order of digits in a given number of any length.