Monthly Archives April 2009

File “Created Date” Under OS X — Harder Than You Think

A client had an OS X server with tens of thousands of files in a directory tree, and wanted to move some of them based on their creation date. I put together a Python script that worked perfectly on my test system, but failed in production. (I put in a “–dryrun” option, so no harm [...]