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
rnm should (and will in some future release) support cyclic renaming.
A rudimentary algorithm:
Detect if cyclic renaming is applicable when a rename fails (if target exists in the queue).
If cyclic rename is possible, save the file and the target name to different queue vectors skipping it in the main queue, otherwise skip normally (with warning).
Process the cyclic queue vectors separately after the main queue finishes (thus the cyclic vectors will be complete) and log every rename steps in undo files sequentially (otherwise undo won't work).
The text was updated successfully, but these errors were encountered:
rnm should (and will in some future release) support cyclic renaming.
A rudimentary algorithm:
The text was updated successfully, but these errors were encountered: