Top "File-io" questions

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

Elegant way to read file into byte[] array in Java

Possible Duplicate: File to byte[] in Java I want to read data from file and unmarshal it to Parcel. In …

java android file file-io
Creating temporary files in Android

What's the best way to create a temporary file in Android? Can File.createTempFile be used? The documentation is very …

android file-io temporary-files
Batch Renaming of Files in a Directory

Is there an easy way to rename a group of files already contained in a directory, using Python? Example: I …

python file-io rename batch-rename
Uri content://media/external/file doesn't exist for some devices

I have an issue with some devices. I cannot replicate it on any device but I have quite a lot …

android file-io mediastore android-mediascanner
How can I lock a file using java (if possible)

I have a Java process that opens a file using a FileReader. How can I prevent another (Java) process from …

java file-io
Cross-browser custom styling for file upload button

I'm trying to style a file upload button to my personal preferences, but I couldn't find any really solid ways …

html css cross-browser file-io
Reading file contents on the client-side in javascript in various browsers

I'm attempting to provide a script-only solution for reading the contents of a file on a client machine through a …

javascript html file-io sandbox
Where to put a textfile I want to use in eclipse?

I need to read a text file when I start my program. I'm using eclipse and started a new java …

java eclipse file-io readfile
How to get all files under a specific directory in MATLAB?

I need to get all those files under D:\dic and loop over them to further process individually. Does MATLAB …

matlab file recursion file-io directory