tp.file.move copies the file instead of cutting it #642
-
Am I doing something wrong or it is supposed to be this way , in documentation it say it supposed to move the file meaning cut and pasting it PS. I found that why this was happening was that it caused and error. If I run the script in the note rather than using templater menu . The code is on the file as it needs to move it so it causes issues, I need to auto execute it tho, I would appreciate if anyone can help me on how to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Make sure you have If you still have an issue, see #318. If #318 isn't your issue, please elaborate on the steps that lead to your problem so I can understand what you are trying to do. Thanks. Hope that helps ~welp |
Beta Was this translation helpful? Give feedback.
Make sure you have
await
in front oftp.file.move
.If you still have an issue, see #318.
If #318 isn't your issue, please elaborate on the steps that lead to your problem so I can understand what you are trying to do. Thanks.
Hope that helps
~welp