Could you maybe include a command to RENAME folders? #239
rbparker63
started this conversation in
Ideas
Replies: 3 comments
-
The BE_FileMove can rename files. If the destination is the same as the source folder, but the name has changed, then that's effectively a rename :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
To more more clear, I'm needing to change the names of FOLDERS that are used as part of the storage folder structure (not file names)... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, the command doesn't care whether it's file or a folder : BE_FileMove ( "/Users/nick/Desktop/untitled folder" ; "/Users/nick/Desktop/untitled folder2" ) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yes, I KNOW I can just create a new folder, copy contents from an original location into this new location and then delete all the files from the original location - but the more files/subfolder there are inside the original, the more time this takes - and that's the rub as I'm wanting to move large original files (think large photoshop/etc files.
Thanks for all y'all do BTW.
Beta Was this translation helpful? Give feedback.
All reactions