Rename file with path
Posted: Tue Mar 23, 2021 4:12 pm
In the past we use rename files and use path generated from a file name. Our old file name source mask is ?1?2?3?4?5?6?7?8*1.*2 and the new file name mask with the path is /?1?2/?1?2?3?4?5?6?7?8/?1?2?3?4?5?6?7?8*1.*2 In the past it works fine. After upgrade BS to version 2020 (15.0.2.1) the process not create file in path but create another folder with file names in the path. For example the source filename is 12345678-abc.pdf, before upgrade the process create path with file /12/12345678/12345678-abc.pdf (file as filename), after upgrade the process create only path /12/12345678/12345678-abc.pdf/ (filename is a path, not file). This process copy files from network to FTP. Is it a bug a or there is any special new feature. What can I do it with this problem? I tried lot of BS settings, but without good result. Thank you for help