The file-writing tag has no wiki summary.
3
votes
1answer
28 views
Access Directories & Files
I was wondering, I am writing a program in C, and I writing the output from my program to a csv file. This works locally, and I can create and update the file with no errors.
But on the server, ...
0
votes
1answer
14 views
How to go about editing a local text file with a javascript .js file for config settings
I have been creating a web app (that I would like to be able to run locally too) that is starting off as a basic cash register. I would like to create a text or .js file to save variables to so that ...
0
votes
1answer
51 views
Null pointer exception and Im not sure why
This question is complicated so ill do my best to talk about everything clearly and if I need to elaborate anything or take anything irrelevent out of this post please tell me. My program is used to ...
1
vote
3answers
66 views
C programming; adding strings to beginning of line in file
im trying to add numbering to several lines of text in an existing .txt file using fopen's "r+" mode. This doesnt' seem to work and it ends up writing the first iteration of the string "line" followed ...
0
votes
1answer
46 views
Making A Statistics Text File (Python)
Im making a program that takes a name and certain input in the form of numbers and gives them a score i want this score to be saved in a text file and i want to be able to do it multiple times but ...
3
votes
2answers
71 views
C#: Cell by Cell writing is very slow, but I'm facing a situation in range writing
I'm have a very large array, the size of whose depends on an external device, it could either be 65536 or it could be double that 131072 and its data type is ushort.
I have to write this entire data ...
-2
votes
2answers
83 views
I need your critics to improve my code. Classes and files manipulation in C++ [closed]
I wrote a code that works fine. I just want extra eyes to highlight every thing that should/could be improved. I have to create a student.dat file, and write data (name, age, gpa of each student) ...
0
votes
2answers
34 views
Default Path Of C# Installation
Hello what path should I specify when creating a text file on c#.
I want it to put at the installation folder of my application.
because I have a code like this.
System.IO.StreamWriter file = new ...
-1
votes
2answers
26 views
File write unexpected output
I have made this program which copies the text from a file to another file.
The result was, original file contents "This is a test"
new file contents "This is a test"
Which worked, I ...
2
votes
1answer
53 views
having trouble outputting what i wrote to a file
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
int main()
{
ofstream fout1;
ofstream fout2;
string fnameOdd;
string ...
1
vote
4answers
65 views
Writing a C++ vector to an output file
ofstream outputFile ("output.txt");
if (outputFile.is_open())
{
outputFile << "GLfloat vector[]={" << copy(vector.begin(), vector.end(), ostream_iterator<float>(cout, ", ")); ...
0
votes
1answer
25 views
Set minimum height for cells in RTF document?
I'm writing a program that programatically creates (without the use of an external library) an rtf document that has a simple table in it. Here is the relevant rtf code:
{\rtf1\ansi\deff0
...
0
votes
1answer
35 views
makedirs error: can GAE Python create new directories (folders) or not?
I have seen a number of questions relating to writing files & creating new directories using Python and GAE, but a number of them conclude (not only on SO) by saying that Python cannot write files ...
0
votes
2answers
48 views
File not visible after writing android
I am trying to write some json data to the file, below is what i have tried.
JSONObject obj = new JSONObject();
try {
obj.put("name", "mkyong.com");
} catch (JSONException e2) {
...
0
votes
2answers
162 views
Python writing a long int as a binary value to a file
I have been trying to take a long int (m39 prime) and store it as a binary file.
When I attempt to write the bin value to a file it is written as a string.
>>> m39 = bin(2**13466917-1)
...
1
vote
2answers
132 views
Python Multiprocessing using Queue to write to same file
I know there are many post on Stack Exchange related to writing results from multiprocessing to single file and I have developed my code after reading only those posts. What I am trying to achieve is ...
3
votes
1answer
68 views
Delimiter of numpy.savetxt
I am trying to write a numpy array to a .txt file using numpy.savetxt. To the best I can tell, the following code follows the documentation:
z = np.array([1,2,3])
...
0
votes
1answer
44 views
Writing to an IC in Python
I have an IC that I am trying to communicate with in Python. I have a working C application, that writes a few bytes and then reads the response, but I can't seem to get the same result in Python.
...
5
votes
2answers
459 views
Programmatically edit the properties of build.prop on Android
I would like to know whether it is possible or not to open the build.prop file programmatically from an Android application and edit certain properties within it. Are there certain restrictions on ...
0
votes
2answers
33 views
Can massive writing & deleting files hurt our server performance?
We run a system that for cache purposes, currently writes and deletes about 1,000 small files (10k) every hour.
In the near future this number will raise to about 10,000 - 20,000 files being written ...
1
vote
1answer
147 views
C: Writing a New Line to a File
I am currently using the following commands to write to an output file for my program. I want to take strings stored in a 2D array and write it to an output file I have set up, which is ...
1
vote
1answer
36 views
Has anyone ever had to “rebalance” their Python file-seeker? Bug?
In a very nasty script I finally got working, I actually had to rebalance the seeker thusly
f.seek(0, 1)
before the f.write() function would write anything that "stuck". I mean I tried so many ways ...
0
votes
1answer
35 views
Writing in a file located in a Midlet Java ARchive
I have planned to develop a JME midlet.
I want to include a text file in the Java ARchive.
Each line in the text file will contain comma-separated strings.
The last string in a line will be a flag.
I ...
0
votes
4answers
64 views
Append to a php file instead of txt file
I have the following script which takes some value from a form and appends to a text file each time new values are entered in the form:
$filename = "nic.txt"; #Must CHMOD to 666, set folder to 777
...
0
votes
1answer
195 views
Write or append string to a file. Getting read only file system error
First off I wanted to thank everyone for the help I've gotten on my last few questions. I've searched and done my best to figure out my latest problem but I've had no luck even after searching here. ...
1
vote
3answers
61 views
Writing language choice to jquery file?
I'm currently programming a website that will be in multiple languages and I was wondering if there is an easy way to program the site only once for all languages.
For example, I have a variable ...
0
votes
2answers
39 views
Writing common file with replacements in bash
I am writing a script to setup new projects on my computer,
One part I am wanting to do is have it automatically setup the virtual hosts for me.
The file itself is quite simple
the file should be ...
0
votes
1answer
60 views
fwrite() Isn't creating nor writing to a file that I specify it to
"LoggedIn" does = true and "CurrentUser" isn't "ManselD", yet it's still not writing or creating the file :(
And yes my /accounts/logs folder is CHMOD 702
if(!$user == "ManselD"){
...
0
votes
2answers
62 views
Check if a file has been written to in Android
I have a question about Android programming. Basically, I am unsure of where to check where my file is, and if I wrote to it correctly. I want to locate where the file is, and I also want to know ...
0
votes
1answer
96 views
How to access a .dat file in the same folder as a .jar file from within the .jar file?
I need to read and write to a .dat file to save high scores for a game I'm working on. It all works in Eclipse, but when I convert it to a runnable .jar file there's no .dat file to save my scores to. ...
0
votes
1answer
255 views
How write a new file in codeigniter?
First I want to load a view file into a variable, then I need to create a new file by writing the data to new file.ie,Like creating a copy of a view file.
$vPath = "home/muhammed/desktop/newfolder";
...
4
votes
1answer
41 views
Write NDArray into JSON and .CV File
I have an ndarray of size 9742 rown x 26 columns. It has types like date, integers, floats etc. and column headers like "Date", "Amount","Marks" and so on.... The thing is, I wanted to save it row by ...
0
votes
1answer
206 views
Writing a string to a file in python 3.3 failure
I'm using this python code to extract email addresses from a given file (source_file.txt) and to write those email addresses in a separate file. (I'm using python 3.3)
import urllib.request
import re
...
1
vote
1answer
128 views
MySQL writing on a text file
I'm trying to write data on a text file on MySQL workbench 5.2.45 in a Macbook Pro with Mountain Lion OS 10.8.2; and I get the following mistake:
"Error Code: 1. Can't create/write to file ...
0
votes
1answer
74 views
Ruby CSV, how to write two variables and an array to the same row?
Hey guys I'm writing a ruby program that reads a database of food items and recipes that is in CSV format, and writes it back to a file. I'm having issues writing to a CSV file correctly
I want to ...
6
votes
3answers
200 views
Why does this node.js loop run slowly after 112050 iterations?
I was playing around with node.js and I found that this simple program is running incredibly slowly, and I didn't even wait around to see how long it took after 3 minutes had passed.
var fs = require ...
2
votes
2answers
66 views
Formatting while writing to a text file in MATLAB
I have an array which looks like this -
cloud =
7.5059 51.4406
7.5057 51.4445
7.5048 51.4484
7.5034 51.4522
7.5014 51.4558
7.4989 51.4593
7.4958 51.4627
7.4923 51.4658
7.4884 ...
0
votes
3answers
678 views
Write file using BufferedWriter in java
I am doing a lab where we have to read in an external file, take some statistics on the data, and then create and write a new file with the stats. Everything in my program works except for writing the ...
1
vote
1answer
68 views
How can I write a file from a drag'n dropped text within my RichTextbox control to the windows explorer?
I know the following question is a bit tricky, but I really need to solve it...
Imagine you have a form with a textbox-control (in my case a RichTextBox) on it.
Now you select a portion of text ...
0
votes
1answer
77 views
Reading a Unit Test to a file in python with a custom function
I have a long series of unit tests that I am trying to parse into a text file, and while I know this can be accomplished with a few different uses of calling unittest.main(), I'm having a bit of a ...
1
vote
3answers
144 views
Force new line in CSV generated file in PHP
I am generating a CSV downloadable file in PHP. I have a problem that when I open file in MS Excell or Ubuntu Libre Office the formate is not like what is expected.
I want this output but I can not ...
3
votes
2answers
237 views
Java Files.write NoSuchFileException
I'm trying to write some text to a file using Files.write() method.
byte[] contents = project.getCode().getBytes(StandardCharsets.UTF_8);
try {
Files.write(project.getFilePath(), contents, ...
0
votes
1answer
86 views
Java: how to organize semaphors for writing several java processes to one text file
We have several Java processes that write to one text file from time to time. These are not threads of the same virtual machine, but separate java.exe processes that are running from command line. ...
0
votes
1answer
114 views
How to keep 2 tabspace formatting in File Java
I am currently replacing some strings in a line from a text file. The file has these contents:
public class MyC{
public void MyMethod() {
System.out.println("My method has been accessed");
...
0
votes
4answers
55 views
I have a program that should write some data to a file, it does not and I have no idea why
I have a simple program that needs to write a few lines of string to a file using FileWriter and BufferedWriter. It already reads the (in this case) exact same data from the file, it stores it in ...
0
votes
1answer
55 views
GNU sed excludes unmatched lines
I am using GNU sed command (GNU sed version 4.2.1) for search and replace in file.
I want the input file to remain intact hence I am using sed's file writing option.
Following is the command
sed -e ...
0
votes
0answers
47 views
program comunication and file permission (server side)
I've made a little program to manage xml file on a web.
This program send data to PHP file(on a server) and PHP modify content to xml.
Now all work's if permission to PHP and XML are 777.
Program send ...
3
votes
1answer
580 views
StreamWriter.WriteLine() is not working
I am trying to write several lines, one at a time, to a .txt file using StreamWriter.WriteLine (Not statically).
const string filename = "BasicTestInfo.txt";
using (var writer = new ...
1
vote
0answers
101 views
Using executorservice to control runtime process
I use a Runnable object to run a processCommand and do some processing that take some amount of time (let's call it insideprocess). In the end of the insideprocess, it will write something to a text ...
0
votes
1answer
151 views
Objective-C file writing process become slower and slower as more files to be produced
This is the main part of my ObjC epub files encryptor code
@autoreleasepool {
for(NSMutableString* epub in self.epubs){
bookKey = [[NSMutableString alloc] initWithString:[self ...






