#1 : 06/08-21 09:12 Nik Mgl
Posts: 2
|
Hello,
I have found couple of old posts and unfortunately with no solution. And I can't reply to those posts. I have files with different file name lengths and extensions. I want to move those files by creating folders for each file with file name and extension. Example: File-1.jpg moved to folder File-1.jpg\File-1.jpg File-2.pdf moved to folder File-2.pdf\File-2.pdf I have tried <Substr:1:300> command but it creates a folder with a file name without the extension. Is there a way to include extension in the folder name? |
#2 : 06/08-21 09:25 Nik Mgl
Posts: 2
|
Reply to #1:
<Substr:1:300:>.<Ext> did the the trick. Thank you for developing a helpful software |
#3 : 07/08-21 14:22 David Lee
Posts: 1125
|
Reply to #2:
You could just use <Name>.<Ext> |