Code help please, oh great ones!
Scenerio:
when a file shows up in /dir/main, it needs to move to /dir1
the next file that shows up needs to go to /dir2 and the next,
to /dir3 (now for where I'm stuck on the array/shift/push thing)
the next file needs to go to /dir1 etc,so basically a round robbin
of file distribution. Seems simple, but I'm just not getting
it! Thanks in advance!