Page 1 of 1

Cannot move file

PostPosted: Fri Sep 12, 2014 9:08 am
by K3it4r0
Hi all,
Unfortunately I have a problem with a "move to" rule. I have to move a file with a certain tag to another folder, but it doesn't work.
Both the folders are on my local disk.
Here a screen of the rule on hazel:
Image

and here is the log:

Code: Select all
2014-09-12 14:58:00.928 hazelworker[728] Processing folder Review (forced)
2014-09-12 14:58:03.021 hazelworker[728] Narratology for Interactive Storytelling.pdf: Rule Copying matched.
2014-09-12 14:58:03.210 hazelworker[728] [File Event] File copied: Narratology for Interactive Storytelling-6.pdf copied from folder /Users/***/Review to folder /Users/***/Backup articles/Standard.
2014-09-12 14:58:03.211 hazelworker[728] Hazel Alert: Narratology for Interactive Storytelling-6.pdf
2014-09-12 14:58:03.211 hazelworker[728] [Custom Message] Hazel Alert: Narratology for Interactive Storytelling-6.pdf
2014-09-12 14:58:03.239 hazelworker[728] [File Event] File copied: Narratology for Interactive Storytelling-6-1.pdf copied from folder /Users/***/Backup articles/Standard to folder /Users/***/Add to Papers.
2014-09-12 14:58:03.270 hazelworker[728] [File Event] File moved: Narratology for Interactive Storytelling-6-1.pdf moved from folder /Users/***/Add to Papers to folder /Users/***/Converting.
2014-09-12 14:58:03.271 hazelworker[728] Hazel Alert: done
2014-09-12 14:58:03.271 hazelworker[728] [Custom Message] Hazel Alert: done
2014-09-12 14:58:03.300 hazelworker[728] Done processing folder Review


It clearly say "file moved", but the original file stay in its folder!
What am I doing wrong?

Re: Cannot move file

PostPosted: Fri Sep 12, 2014 12:11 pm
by Mr_Noodle
When you do a copy, subsequent actions apply to the copy, not the original. You might want to start with a Move, then Copy after that.

Re: Cannot move file

PostPosted: Mon Sep 15, 2014 7:53 am
by K3it4r0
Mr_Noodle wrote:When you do a copy, subsequent actions apply to the copy, not the original. You might want to start with a Move, then Copy after that.

Thank you, now it works perfectly :wink: