Menu

Tag Archives: Files

Determining what Processes Are Locking a File
Recently, a mysterious bug cropped up in one of the programs for which I had most of the responsibility. In this case the bug was a strange “The [...]
Asynchronous, Queue-based File Iterators
Embarassingly, I have come back to the FileIterator for other reasons only to discover, much to my horror, that it doesn’t work! It seems as if the [...]
Byte-Size formatter for your Byte-Size Needs
Formatting Data Sizes When we present file-based data to a user, it is often unavoidable to show those byte sizes to the user. While you could get away [...]