TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Yogesh Vedpathak
678
1.4k
191.3k
i wan to search file exist or not using textline ...
Jul 9 2018 7:05 AM
when program readtextfile line by line i want do search file into another folder whether file exist or not ...using textline
using System.Linq;
using System.Text;
namespace ReadFIles
{
class Program
{
static void Main(string[] args)
{
int counter = 0;
string line;
// Read the file and display it line by line.
System.IO.StreamReader file =
new System.IO.StreamReader(@"C:\FtpBackup\Yogesh.txt");
string file2 = @"C:\FtpBackup\Ndata";
while ((line = file.ReadLine()) != null)
{
System.Console.WriteLine(line);
counter++;
}
file.Close();
System.Console.WriteLine("There were {0} lines.", counter);
// Suspend the screen.
System.Console.ReadLine();
}
}
}
Reply
Answers (
7
)
how to make my database layer connect to multiple SQL db
Can annyone tell me what is the name of this tool in window