get the total count of all files (subdirs excluded) in a directory. half that count. loop over everything in the directory (incl. subdirs???) and increment i. do shit on the item, but break when i *equals* the half count (if half is not an integer, we never break)