Script to copy files where filename contains a plus sign is creating folder with file within folder, instead of just copying file directly.
During this copy files containing + in filename creates extra directory (same name as US source file) with US source file within.
E.g FileName:
en+DIMENSIONS_HELP+base.xlf
On copy creates:
en+DIMENSIONS_HELP+base.xlf/en+DIMENSIONS_HELP+base.xlf
Has anyone see this issue before?
As alternative tried zipping file and copying zip file to new location but on extract of zip file also creates extra folder structure.
Any solutions?