New posts in file-io

How can I close files that are left open after an error?

Write output to a text file in PowerShell

First App Update, User Data Lost (was stored in Documents directory)

Is there a faster way than this to find all the files in a directory and all sub directories?

What is the Fastest Method for High Performance Sequential File I/O in C++?

How do I search for a pattern within a text file using Python combining regex & string/file operations and store instances of the pattern?

Can .NET load and parse a properties file equivalent to Java Properties class?

Do I need to pass the full path of a file in another directory to open()?

How to create/write file in the root of the Android device?

Difference between parsing a text file in r and rb mode

Why does open() create my file with the wrong permissions?

Why does a read-only open of a named pipe block?

watchdog monitoring file for changes

Why is the fgets function deprecated?

How to make file creation an atomic operation?

Reading two-line headers in R

C++ ifstream failbit and badbit

Read CSV file column by column

Is IntPtr.Zero equivalent to null?

Appending to the end of a file with NSMutableString