APPROVED ANSWER
replied on January 14, 2014
Sorry, I didn't mean to sound condescending, i was just answering your initial question. The workflow below trims the (N) from the end of the path, moves the entry to the correct path then attempts to delete the original folder (if it is empty).
I've tried it out with a starting rule set to for entry creation with conditions on the entry being a document and the path matching regular expression \s+\(\d+\)$ (ie, "ends with (N)"). The same idea is used in pattern matching in the WF itself to trim the number at the end (the regular expression looks for "everything but the number at the end").
Depending on how your documents land in these folders, you may need to tweak the starting rule a bit or add separate rules for entry moved and entry copied events.
