CommunityScripts
CommunityScripts copied to clipboard
[renamerOnUpdate][Bug] Hidden Folders removed when renaming
Hi! When a collection exists inside a hidden folder in a linux system, the period is removed when renaming the original. Can this be fixed? Thank you.
There is a strip method in method cleanup_text that strips periods from beginning and end of strings. This is removing periods of hidden folders and it should not do it this way. Can you fix? Thanks.