Text File Handling Category Posts
- 05/01/09 : How to sort the text file
- 01/05/09 : Search & Delete the Line for Given Search String in a text file
- 01/05/09 : How to delete a line for a given line number from a text file
- 01/05/09 : How to find and terminate running applications
- 01/05/09 : How to Remove all empty lines from the text file
- 01/04/09 : How to I create a text file from part of another text file (for given line numbers like Line No. 2 to 7)
- 01/04/09 : How to print a text file with its default printer
- 01/04/09 : How to search for a string in a text file if found, display that line to the user.
- 01/04/09 : How to Print a Text document
- 01/04/09 : How to Search & delete a string in text File
- 01/04/09 : How to Extract the Text between Two Strings in a Text file
- 01/04/09 : How to Search & Replace the Line for Given Search String in a text file
- 01/04/09 : How to add contents of text file to a list box
- 01/04/09 : How to Return a specific line number from a file (note: first line = line number 0) – a neater version.
- 01/04/09 : How to Merge a number of source files into a destination file
- 01/04/09 : How to Return the contents of a file
- 01/04/09 : How to Insert a string of text in a file
- 01/04/09 : How to Insert a line of text in a file
- 01/04/09 : How to Append a line to the end of a file
- 01/04/09 : How to Return a specific line number from a file (note: first line = line number 0)
- 01/04/09 : How to Delete a specific line from a file (note: first line = line number 0)
- 01/04/09 : How to check a given string contained within a given file?
- 01/04/09 : How to Clear the contents of a file
- 01/04/09 : How to merge two text files
- 01/04/09 : How to find last 120 lines in a text file