<div dir="ltr">Hi,<div><br></div><div>In an app that needs input files with same name but different extension, I am trying to use regexp on the filename() of a mapped file. However, Swift adds '__root__' to the path of file which cause the file to be not found in the new location resulting in error as:</div><div><br></div><div>org.griphyn.vdl.mapping.MissingDataException: File not found for variable 'in_sto': file://localhost/__root__/lcrc/project/NEXTGENOPT/DSP_old/examples/smps/dcap/dcap332_500.sto<br></div><div><br></div><div>Relevant code is:</div><div><br></div><div>file timfiles[]<filesys_mapper; location="/lcrc/project/NEXTGENOPT/DSP_old/examples/smps/dcap", pattern="*.tim">;<br></div><div>file in_sto <single_file_mapper; file=regexp(filename(timfiles[0]), "tim", "sto")>;<br></div><div><br></div><div>Thanks for any workaround suggestions for this,</div><div>Ketan</div></div>