« python cookbook | Main | pythoncard »

atomic file ops

From OnJava comes an article on performing atomic file operations in Java, essentially implementing database-style transactions for working with files.