Top "File-io" questions

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

read file in classpath

Here is what I want to do and I am wondering if there is any Spring classes that will help …

java spring file-io classpath
How to pass a file path which is in assets folder to File(String path)?

Possible Duplicate: Android - How to determine the Absolute path for specific file from Assets? I am trying to pass …

android xml file-io assets
Save bitmap to file function

I'm trying to save a bitmap to file and a specific directly using a function I've created. It's not working. …

android file-io android-intent bitmap android-file
Loop through files in a folder in matlab

I have a set of days of log files that I need to parse and look at in matlab. The …

matlab loops file-io csv
Uploading a file in Rails

I'm new to rails, and I'm writing a RESTful website using the CRUD technique. So far I have created three …

ruby-on-rails ruby file-upload file-io
In-place edits with sed on OS X

I'd like edit a file with sed on OS X. I'm using the following command: sed 's/oldword/newword/' …

macos file-io sed in-place
How to get the location of the DLL currently executing?

I have a config file that I need to load as part of the execution of a dll I am …

c# .net dll file-io
Sharing violation IOException while reading and writing to file C#

Here is my code: public static TextWriter twLog = null; private int fileNo = 1; private string line = null; TextReader tr = new StreamReader("…

c# file-io textreader textwriter
Java difference between FileWriter and BufferedWriter

What's the difference between those? I'm just learning Java ATM, but it seems like I can write to a file …

java file-io java-io
Open in Java(TM) Platform SE binary

I tried to delete a file that I have two of, one slightly changed, so I could delete the older …

java file file-io filehandle file-locking