Global API for rename file? #292
-
|
Does Script Kit have a file rename function in the global API? Didn't see one listed, but wanted to check. P.S. Script Kit is really great. At first I downloaded it, but had no ideas of how to use it in my workflow. Slowly but surely, though, I've started working it in. |
Beta Was this translation helpful? Give feedback.
Answered by
johnlindquist
May 26, 2021
Replies: 1 comment 2 replies
-
|
I'm pretty sure Here's the Here's a full script that uses it: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AlanBreck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm pretty sure
mvis what you're looking for.Here's the
mvAPI: https://github.com/shelljs/shelljs#mvoptions--source_array-destHere's a full script that uses it:
#116