Top "Text-files" questions

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

Cannot write to a closed TextWriter

I am trying to write text to my txt file. After the first write the application crash with error Cannot …

c# text-files textwriter
java.io.IOException: The system cannot find the path specified writing a textfile

I'm writing a program where I'm trying to create a new text file in the current directory, and then write …

java text-files ioexception
Open a .txt file into a richTextBox in C#

I want to be able to open a .txt file up into a richtextbox in c# and also into a …

c# richtextbox global-variables text-files openfiledialog
Windows notepad not supporting newline character '\n'

From my iPhone application I'm outputting data from text to a file. When opened with windows notepad, the data is …

iphone objective-c newline text-files
How can I create a text file using JavaScript?

I am trying to create a text file using JavaScript. I have tried the following code, but this didn’t …

javascript google-chrome text-files creation filesystemobject
difference between text file and binary file

Why should we distinguish between text file and binary files when transmitting them? Why there are some channels designed only …

text-files binaryfiles file-type
Software installation startup-script via GPO

We would like to deploy a few applications to clients via GPO. The install packages are .exe and not .msi, …

batch-file cmd text-files gpo
Organizing the output of my shell script into tables within the text file

I am working with a unix shell script that does genome construction then creates a phylogeny. Depending on the genome …

shell unix text-files bioinformatics genome
Delphi: Alternative to using Reset/ReadLn for text file reading

i want to process a text file line by line. In the olden days i loaded the file into a …

delphi text-files readline
Select Query for the fixed length

I have an table called customer where i am selecting few columns and making its fixed length,where i need …

sql sql-server-2008 ssis text-files fixed-width