Top "Text-files" questions

Open in Notepad, WordPad, or many other programs designated as text editors.

Find lines from a file which are not present in another file

I have two files (let's say a.txt and b.txt), both of which has a list of names. I …

unix text-files
How to save a string to a .txt file in Delphi?

I need to make a program that generates a password that is saved in a text file format in a …

string delphi delphi-7 text-files
How to add duplicate keys into the Dictionary

I have some lines from text files that i want to add into the Dictionary.I am using Dictionary for …

c# string dictionary key text-files
Mime type for .txt files?

I´m trying to share a .txt file with share intent. If I set "text/plain" as mime type, it …

android text-files share mime-types
How to overwrite a folder if it already exists when creating it with makedirs?

The following code allows me to create a directory if it does not already exist. dir = 'path_to_my_folder' …

python directory text-files overwrite
How To Overwrite A File If It Already Exists?

I'm making a music player. It has 2 forms; one is the main area where you play music. The second form …

c# .net winforms text-files streamwriter
Export a C# DataSet to a text file

There are a lot of examples online of how to fill a DataSet from a text file but I want …

c# dataset export text-files
Embed text files in html

I would like to display the content of a text file inside a HTML page (.rtf, .txt, .log,...) stored on …

html text embed text-files
Comparing text files with Junit

I am comparing text files in junit using: public static void assertReaders(BufferedReader expected, BufferedReader actual) throws IOException { String line; …

java junit compare text-files
Create Text File Without BOM

I tried this aproach without any success the code I'm using: // File name String filename = String.Format("{0:ddMMyyHHmm}", dtFileCreated); String …

c# asp.net-3.5 text-files byte-order-mark