Hello,
i have the input folder whit AAA and BBB subfolder, i would that scanshare deposit the processed file in the output subfolder that have the same name of the input subfolder. for example
C:\input\AAA (input file)
C:\output\AAA (output file)
i tried to insert the following trigger script on the connector to WFS, but the result was to obtain the processed file on the path c:\output\%SubFolders%.
Can you help me?On Error Resume next
StartingFolder=Metadata.Values("%ORIGINALFILENAMEWITHPATH%")
Set fso = CreateObject("Scripting.FileSystemObject")
Set Folder = fso.GetFolder(StartingFolder)
Set SubFolders = Folder.SubFolders