When I do the same using regex rename and this pattern:
Code: Select all
a.txt > b/a.txt1) If the folder "b" doesn't exist, it gets created, but the file is not moved there. Instead, I get an error message "Error: The system cannot find the path specified.".
2) If the folder "b" exists and the item is successfully moved, the XY doesn't visually remove the file from current folder but instead changes its name to "b/a.txt". I need to go to another folder first and then go back to make the file disappear.
3) When the path length (including directory name where we move the file to) exceeds 256 characters, I get another error "Error: The filename, directory name, or volume label syntax is incorrect." and the file is not moved.
XYplorer Beta Club