Apologies, looking with fresh eyes I noticed an extra space.
stDigitalFolderLocation = replace(stDigitalFolderLocation, "\\ ", "\")
should be:
stDigitalFolderLocation = replace(stDigitalFolderLocation, "\\", "\")
Apologies, looking with fresh eyes I noticed an extra space.
stDigitalFolderLocation = replace(stDigitalFolderLocation, "\\ ", "\")
should be:
stDigitalFolderLocation = replace(stDigitalFolderLocation, "\\", "\")