You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can successfully archive some files from a folder to another folder by using cwd, however is there a way to archive all files with some exceptions from the root folder to the root folder?
The text was updated successfully, but these errors were encountered:
I'm trying to archive all files from the root folder except for some of them.
Here's the array of all files and exceptions:
Here's the config:
Seems that it's an endless loop.
I can successfully archive some files from a folder to another folder by using
cwd
, however is there a way to archive all files with some exceptions from the root folder to the root folder?The text was updated successfully, but these errors were encountered: