P2Pprogrammer 2 programmer


Home > Programmer2Programmer.NET Forum> VB.NET, C# and .NET Core Development >> split text file .NET...

Welcome Guest My Thread | Search | Active Topics | Members | Log In | Register

NOTE : Log In required to post Replies for this discussion.
split text file .NET
Riya Walia Posted: Monday 27, August 2012 11:16:39 AM     
   
how to split large text file in .NET?
Back to Top ^  
 AtanuMaity Posted: Friday 21, September 2012 05:04:47 AM
  
   
Use low level file handling 
Open sFName For Input As #iFNumber

read lines
Line Input #iFNumber, sLine

and based on condition write to file
Back to Top ^ 


Home > Programmer2Programmer.NET Forum >VB.NET, C# and .NET Core Development >> split text file .NET...