Insert characters at a specified position
Posted: 25 Mar 2025 12:54
In the previous versions of XYplorer, I used the following command in CFA to insert the ★ symbol at the sixth character of the selected file names.
For example turn "250324filename.txt" to "250324★filename.txt".
But in the recent versions, this command has stopped working. It now preppends "1-6★" to the file name.
I want to know if XYplorer has modified the related syntax, and if there are other ways to achieve this functionality now?
Code: Select all
|"Insert ★" \;*>::e|rename , '<#1-6>★*'For example turn "250324filename.txt" to "250324★filename.txt".
But in the recent versions, this command has stopped working. It now preppends "1-6★" to the file name.
I want to know if XYplorer has modified the related syntax, and if there are other ways to achieve this functionality now?