Top "File-io" questions

File I/O is input/output that involves the file system.

Read file from line 2 or skip header row

How can I skip the header row and start reading a file from line2?

python file-io
How to delete a file via PHP?

How do I delete a file from my server with PHP if the file is in another directory? Here is …

php file-io
How can I open multiple files using "with open" in Python?

I want to change a couple of files at one time, iff I can write to all of them. I'm …

python file-io
Python - write() versus writelines() and concatenated strings

So I'm learning Python. I am going through the lessons and ran into a problem where I had to condense …

python string file-io python-2.x
Automatically creating directories with file output

Possible Duplicate: mkdir -p functionality in python Say I want to make a file: filename = "/foo/bar/baz.txt" with …

python file-io
Open Excel file for reading with VBA without display

I want to search through existing Excel files with a macro, but I don't want to display those files when …

excel vba file-io
How do relative file paths work in Eclipse?

So my 2009 new years resolution is to learn Java. I recently acquired "Java for Dummies" and have been following along …

java eclipse file-io relative-path
Creating files in C++

I want to create a file using C++, but I have no idea how to do it. For example I …

c++ file-io
Python, Pandas : write content of DataFrame into text File

I have pandas DataFrame like this X Y Z Value 0 18 55 1 70 1 18 55 2 67 2 18 57 2 75 3 18 58 1 35 4 19 54 2 70 I want to write this data to a text file …

python pandas file-io
Download/Stream file from URL - asp.net

I need to stream a file which will result in save as prompt in the browser. The issue is, the …

c# asp.net file-io streaming