Page 1 of 1

File sorting not working. Logic problem?

PostPosted: Wed Oct 14, 2020 9:53 am
by dudeslife
Whats wrong with my logic here?

[Folder 0 rule]
If All:
Kind is PDF

Do:
Copy to [Folder 1]
Move to [Folder 2]


Hazel seems to be copying the pdf from Folder0 to Folder1, then moving it from Folder1 to Folder2, leaving Folder1 empty and the original .pdf sitting in Folder 0.

Thanks for any help.

Re: File sorting not working. Logic problem?

PostPosted: Wed Oct 14, 2020 10:07 am
by Mr_Noodle
Actions after a copy operate on the copy. Try reversing the order of operations (move, then copy).