Basic Concept

What's RoboBasket.
How RoboBasket Works.

How to use.

About Folders
Creating/Removing Rules
Folder Condition Reference
Folder Action Reference
About Action Log

Other

Purchasing a License
Registering
Uninstalling
Getting more help
FAQ
History
EULA

How RoboBasket works.

When RoboBasket starts to process a file or folder, RoboBasket goes through each rule in order and when it finds a match ( as specified by the rule's conditions), it runs the action sequence of that rule, and meanwhile it records what it did in the log. You can search the action log to find your files.

Some basic concepts need to know.

The first rule that matches is the one and the only one that will run, the other rules after the matched one will be ignored.
rules concept

The actions in each rule will be run one after another, the action will pass the new file path to the next action. for example if the first action is "Move to" and the following action is "Rename to", the file will be moved to the destination path and then be renamed to a new name.
action concept