Replace folder name
Posted: Fri Sep 04, 2026 11:44 am
Hi there
New to this and just testing some things..
I'f struggling with replace in the destination and it feels like I'm making a simple error but just can't see it
this is my situation the source is this for example
\\server\folder1\folder2\file.mov
I want the destination to be this
\\server\folderA\folder2\file.mov
so I use replace
$replace(%s_original_path%,\folder1\,\folderA\)
but I always get the specified path is invalid
what am I doing wrong?
FolderA does exist on the server
New to this and just testing some things..
I'f struggling with replace in the destination and it feels like I'm making a simple error but just can't see it
this is my situation the source is this for example
\\server\folder1\folder2\file.mov
I want the destination to be this
\\server\folderA\folder2\file.mov
so I use replace
$replace(%s_original_path%,\folder1\,\folderA\)
but I always get the specified path is invalid
what am I doing wrong?
FolderA does exist on the server