Some possible bugs I found:
-
Directory opus auto-deletes a trailing space from a filename, which is fine. However, it can't undo that. Example: Rename "Test 1" to "Test ". DirOpus will rename the folder to "Test" (without space). Undo will make Opus try to rename the folder "Test " (with space!) which it can't find.
-
It is not possible to create a foldername with a . (dot) at the end. DirOpus will delete the . (dot) which is not always what I want.
Two more things that probably have something to do with a script I use. The script (on key Shift+F2) moves all the selected files into a folder whose name is taken from the first selected file, but gives me the option to rename the folder before continuing:
@nofilenamequoting
@runonce:@set dirname={dlgstringS|Enter name of folder to move selection into|{file$|noext}}
Copy MOVE HERE FILE="{file$}" CREATEFOLDER="{$dirname}"
-
I can't properly rename foldernames ending in "{}" using the script. Example: Create a folder named "Test {}". Rename (using my script) to "Test ". I end up with a folder name "Test}". Note: Normal rename works just fine, so it must be something in my script, I guess something with how I use the quoting. However...
-
After step 3, there will be a folder named "Test}". Undo the rename. DirOpus will rename the folder to "Test {}" but it will also keep a folder with the old name "Test}". If there were any files in the folder, they will end up in the newly named folder "Test {}", the other folder with the old name "Test}" will be empty.